#22549B

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

Shades of Endeavour #22549B

Tints of Endeavour #22549B

Color information

#22549B (or 0x22549B) is unknown color: approx Endeavour. HEX triplet: 22, 54 and 9B. RGB value is (34,84,155). Sum of RGB (Red+Green+Blue) = 34+84+155=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #22549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22549B is #DDAB64. Grayscale: #4C4C4C. Windows color (decimal): -14527333 or 10179618. OLE color: 10179618.

HSL color Cylindrical-coordinate representation of color #22549B: hue angle of 215.21º 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 #22549B is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3484155-
CMYK0.780.4600.39
HSL215.21º64.02%37.06%-
HSV(B)215.21º78.06%60.78%-
XYZ9.759.0532.24-
YUV77.14171.9497.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=12.45%
G=30.77%
B=56.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34841550.780.4600.39215.2164.0237.06
Hex22549B4E2E027d74025
Octal421242331165604732710045
Binary10001010101001001101110011101011100100111110101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22549B; }

 p { color: rgb(34,84,155); }

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

<style>
 a { background-color: #22549B; }

 a { background-color: rgb(34,84,155); }

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

<style>
 span { border-color: #22549B; }

 span { border-color: rgb(34,84,155); }

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