#235996

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

Shades of Endeavour #235996

Tints of Endeavour #235996

Color information

#235996 (or 0x235996) is unknown color: approx Endeavour. HEX triplet: 23, 59 and 96. RGB value is (35,89,150). Sum of RGB (Red+Green+Blue) = 35+89+150=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #235996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235996 is #DCA669. Grayscale: #4F4F4F. Windows color (decimal): -14460522 or 9853219. OLE color: 9853219.

HSL color Cylindrical-coordinate representation of color #235996: hue angle of 211.83º 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 #235996 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3589150-
CMYK0.770.4100.41
HSL211.83º62.16%36.27%-
HSV(B)211.83º76.67%58.82%-
XYZ9.779.730.21-
YUV79.81167.6196.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.77%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=12.77%
G=32.48%
B=54.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35891500.770.4100.41211.8362.1636.27
Hex2359964D29029d43e24
Octal43131226115510513247644
Binary1000111011001100101101001101101001010100111010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235996; }

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

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

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

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

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

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

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

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