#23608e

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

Shades of Endeavour #23608E

Tints of Endeavour #23608E

Color information

#23608E (or 0x23608E) is unknown color: approx Endeavour. HEX triplet: 23, 60 and 8E. RGB value is (35,96,142). Sum of RGB (Red+Green+Blue) = 35+96+142=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #23608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23608E is #DC9F71. Grayscale: #525252. Windows color (decimal): -14458738 or 9330723. OLE color: 9330723.

HSL color Cylindrical-coordinate representation of color #23608E: hue angle of 205.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23608E is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3596142-
CMYK0.750.3200.44
HSL205.79º60.45%34.71%-
HSV(B)205.79º75.35%55.69%-
XYZ9.7610.6827.14-
YUV83161.2993.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=12.82%
G=35.16%
B=52.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35961420.750.3200.44205.7960.4534.71
Hex23608E4B2002Cce3c23
Octal43140216113400543167443
Binary1000111100000100011101001011100000010110011001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23608e; }

 p { color: rgb(35,96,142); }

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

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

 a { background-color: rgb(35,96,142); }

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

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

 span { border-color: rgb(35,96,142); }

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