#22539D

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

Shades of Endeavour #22539D

Tints of Endeavour #22539D

Color information

#22539D (or 0x22539D) is unknown color: approx Endeavour. HEX triplet: 22, 53 and 9D. RGB value is (34,83,157). Sum of RGB (Red+Green+Blue) = 34+83+157=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #22539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22539D is #DDAC62. Grayscale: #4C4C4C. Windows color (decimal): -14527587 or 10310434. OLE color: 10310434.

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

Color convert

RGB3483157-
CMYK0.780.4700.38
HSL216.1º64.4%37.45%-
HSV(B)216.1º78.34%61.57%-
XYZ9.848.9633.11-
YUV76.78173.2797.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=12.41%
G=30.29%
B=57.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34831570.780.4700.38216.164.437.45
Hex22539D4E2F026d84025
Octal421232351165704633010045
Binary10001010100111001110110011101011110100110110110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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