#22549D

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

Shades of Endeavour #22549D

Tints of Endeavour #22549D

Color information

#22549D (or 0x22549D) is unknown color: approx Endeavour. HEX triplet: 22, 54 and 9D. RGB value is (34,84,157). Sum of RGB (Red+Green+Blue) = 34+84+157=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #22549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22549D is #DDAB62. Grayscale: #4D4D4D. Windows color (decimal): -14527331 or 10310690. OLE color: 10310690.

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

Color convert

RGB3484157-
CMYK0.780.4600.38
HSL215.61º64.4%37.45%-
HSV(B)215.61º78.34%61.57%-
XYZ9.929.1233.14-
YUV77.37172.9497.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=12.36%
G=30.55%
B=57.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34841570.780.4600.38215.6164.437.45
Hex22549D4E2E026d84025
Octal421242351165604633010045
Binary10001010101001001110110011101011100100110110110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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