#23588E

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

Shades of Endeavour #23588E

Tints of Endeavour #23588E

Color information

#23588E (or 0x23588E) is unknown color: approx Endeavour. HEX triplet: 23, 58 and 8E. RGB value is (35,88,142). Sum of RGB (Red+Green+Blue) = 35+88+142=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #23588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23588E is #DCA771. Grayscale: #4E4E4E. Windows color (decimal): -14460786 or 9328675. OLE color: 9328675.

HSL color Cylindrical-coordinate representation of color #23588E: hue angle of 210.28º 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 #23588E is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3588142-
CMYK0.750.3800.44
HSL210.28º60.45%34.71%-
HSV(B)210.28º75.35%55.69%-
XYZ9.079.2926.91-
YUV78.31163.9497.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=13.21%
G=33.21%
B=53.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35881420.750.3800.44210.2860.4534.71
Hex23588E4B2602Cd23c23
Octal43130216113460543227443
Binary1000111011000100011101001011100110010110011010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23588E; }

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

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

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

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

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

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

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

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