#23529F

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

Shades of Endeavour #23529F

Tints of Endeavour #23529F

Color information

#23529F (or 0x23529F) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 9F. RGB value is (35,82,159). Sum of RGB (Red+Green+Blue) = 35+82+159=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #23529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23529F is #DCAD60. Grayscale: #4C4C4C. Windows color (decimal): -14462305 or 10441251. OLE color: 10441251.

HSL color Cylindrical-coordinate representation of color #23529F: hue angle of 217.26º 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 #23529F is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3582159-
CMYK0.780.4800.38
HSL217.26º63.92%38.04%-
HSV(B)217.26º77.99%62.35%-
XYZ9.978.933.99-
YUV76.73174.4398.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=12.68%
G=29.71%
B=57.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35821590.780.4800.38217.2663.9238.04
Hex23529F4E30026d94026
Octal431222371166004633110046
Binary10001110100101001111110011101100000100110110110011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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