#236496

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

Shades of Endeavour #236496

Tints of Endeavour #236496

Color information

#236496 (or 0x236496) is unknown color: approx Endeavour. HEX triplet: 23, 64 and 96. RGB value is (35,100,150). Sum of RGB (Red+Green+Blue) = 35+100+150=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #236496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236496 is #DC9B69. Grayscale: #565656. Windows color (decimal): -14457706 or 9856035. OLE color: 9856035.

HSL color Cylindrical-coordinate representation of color #236496: hue angle of 206.09º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236496 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35100150-
CMYK0.770.3300.41
HSL206.09º62.16%36.27%-
HSV(B)206.09º76.67%58.82%-
XYZ10.7611.6730.54-
YUV86.26163.9791.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=12.28%
G=35.09%
B=52.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351001500.770.3300.41206.0962.1636.27
Hex2364964D21029ce3e24
Octal43144226115410513167644
Binary1000111100100100101101001101100001010100111001110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236496; }

 p { color: rgb(35,100,150); }

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

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

 a { background-color: rgb(35,100,150); }

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

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

 span { border-color: rgb(35,100,150); }

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