#23529C

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

Shades of Endeavour #23529C

Tints of Endeavour #23529C

Color information

#23529C (or 0x23529C) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 9C. RGB value is (35,82,156). Sum of RGB (Red+Green+Blue) = 35+82+156=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #23529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23529C is #DCAD63. Grayscale: #4C4C4C. Windows color (decimal): -14462308 or 10244643. OLE color: 10244643.

HSL color Cylindrical-coordinate representation of color #23529C: hue angle of 216.69º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23529C is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3582156-
CMYK0.780.4700.39
HSL216.69º63.35%37.45%-
HSV(B)216.69º77.56%61.18%-
XYZ9.718.7932.64-
YUV76.38172.9398.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=12.82%
G=30.04%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35821560.780.4700.39216.6963.3537.45
Hex23529C4E2F027d93f25
Octal43122234116570473317745
Binary1000111010010100111001001110101111010011111011001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23529C; }

 p { color: rgb(35,82,156); }

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

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

 a { background-color: rgb(35,82,156); }

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

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

 span { border-color: rgb(35,82,156); }

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