#23529A

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

Shades of Endeavour #23529A

Tints of Endeavour #23529A

Color information

#23529A (or 0x23529A) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 9A. RGB value is (35,82,154). Sum of RGB (Red+Green+Blue) = 35+82+154=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #23529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23529A is #DCAD65. Grayscale: #4B4B4B. Windows color (decimal): -14462310 or 10113571. OLE color: 10113571.

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

Color convert

RGB3582154-
CMYK0.770.4700.40
HSL216.3º62.96%37.06%-
HSV(B)216.3º77.27%60.39%-
XYZ9.548.7331.75-
YUV76.16171.9398.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=12.92%
G=30.26%
B=56.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35821540.770.4700.40216.362.9637.06
Hex23529A4D2F028d83f25
Octal43122232115570503307745
Binary1000111010010100110101001101101111010100011011000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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