#22539C

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

Shades of Endeavour #22539C

Tints of Endeavour #22539C

Color information

#22539C (or 0x22539C) is unknown color: approx Endeavour. HEX triplet: 22, 53 and 9C. RGB value is (34,83,156). Sum of RGB (Red+Green+Blue) = 34+83+156=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 83 (32.81% from 255 or 30.40% 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 #22539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22539C is #DDAC63. Grayscale: #4C4C4C. Windows color (decimal): -14527588 or 10244898. OLE color: 10244898.

HSL color Cylindrical-coordinate representation of color #22539C: hue angle of 215.9º degrees, saturation: 0.64, 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 #22539C is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3483156-
CMYK0.780.4700.39
HSL215.9º64.21%37.25%-
HSV(B)215.9º78.21%61.18%-
XYZ9.758.9332.66-
YUV76.67172.7797.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=12.45%
G=30.40%
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
Decimal34831560.780.4700.39215.964.2137.25
Hex22539C4E2F027d84025
Octal421232341165704733010045
Binary10001010100111001110010011101011110100111110110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,83,156); }

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

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

 a { background-color: rgb(34,83,156); }

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

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

 span { border-color: rgb(34,83,156); }

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