#235D8D

Color #235D8D Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #235D8D

Tints of Endeavour #235D8D

Color information

#235D8D (or 0x235D8D) is unknown color: approx Endeavour. HEX triplet: 23, 5D and 8D. RGB value is (35,93,141). Sum of RGB (Red+Green+Blue) = 35+93+141=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #235D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235D8D is #DCA272. Grayscale: #505050. Windows color (decimal): -14459507 or 9264419. OLE color: 9264419.

HSL color Cylindrical-coordinate representation of color #235D8D: hue angle of 207.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #235D8D is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3593141-
CMYK0.750.3400.45
HSL207.17º60.23%34.51%-
HSV(B)207.17º75.18%55.29%-
XYZ9.4210.1126.65-
YUV81.13161.7895.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=13.01%
G=34.57%
B=52.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35931410.750.3400.45207.1760.2334.51
Hex235D8D4B2202Dcf3c23
Octal43135215113420553177443
Binary1000111011101100011011001011100010010110111001111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D8D; }

 p { color: rgb(35,93,141); }

 H1.HeaderClassName
 {
   color: #235D8D;
 }
 .AnyTagClassName
 {
   color: #235D8D;
 }
</style>
background-color css

<style>
 a { background-color: #235D8D; }

 a { background-color: rgb(35,93,141); }

 div.DivClassName
 {
   background-color: #235D8D;
 }
 .BgClassName
 {
   background-color: #235D8D;
 }
</style>
border-color css

<style>
 span { border-color: #235D8D; }

 span { border-color: rgb(35,93,141); }

 td.TdClassName
 {
   border-color: #235D8D;
 }
 .TagClassName
 {
   border-color: #235D8D;
 }
</style>