#23589E

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

Shades of Endeavour #23589E

Tints of Endeavour #23589E

Color information

#23589E (or 0x23589E) is unknown color: approx Endeavour. HEX triplet: 23, 58 and 9E. RGB value is (35,88,158). Sum of RGB (Red+Green+Blue) = 35+88+158=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #23589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23589E is #DCA761. Grayscale: #4F4F4F. Windows color (decimal): -14460770 or 10377251. OLE color: 10377251.

HSL color Cylindrical-coordinate representation of color #23589E: hue angle of 214.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23589E is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3588158-
CMYK0.780.4400.38
HSL214.15º63.73%37.84%-
HSV(B)214.15º77.85%61.96%-
XYZ10.359.8133.69-
YUV80.13171.9495.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=12.46%
G=31.32%
B=56.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35881580.780.4400.38214.1563.7337.84
Hex23589E4E2C026d64026
Octal431302361165404632610046
Binary10001110110001001111010011101011000100110110101101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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