#22539A

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

Shades of Endeavour #22539A

Tints of Endeavour #22539A

Color information

#22539A (or 0x22539A) is unknown color: approx Endeavour. HEX triplet: 22, 53 and 9A. RGB value is (34,83,154). Sum of RGB (Red+Green+Blue) = 34+83+154=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 83 (32.81% from 255 or 30.63% 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 #22539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22539A is #DDAC65. Grayscale: #4C4C4C. Windows color (decimal): -14527590 or 10113826. OLE color: 10113826.

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

Color convert

RGB3483154-
CMYK0.780.4600.40
HSL215.5º63.83%36.86%-
HSV(B)215.5º77.92%60.39%-
XYZ9.598.8631.78-
YUV76.44171.7797.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=12.55%
G=30.63%
B=56.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34831540.780.4600.40215.563.8336.86
Hex22539A4E2E028d84025
Octal421232321165605033010045
Binary10001010100111001101010011101011100101000110110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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