#22548E

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

Shades of Endeavour #22548E

Tints of Endeavour #22548E

Color information

#22548E (or 0x22548E) is unknown color: approx Endeavour. HEX triplet: 22, 54 and 8E. RGB value is (34,84,142). Sum of RGB (Red+Green+Blue) = 34+84+142=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #22548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22548E is #DDAB71. Grayscale: #4B4B4B. Windows color (decimal): -14527346 or 9327650. OLE color: 9327650.

HSL color Cylindrical-coordinate representation of color #22548E: hue angle of 212.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22548E is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3484142-
CMYK0.760.4100.44
HSL212.22º61.36%34.51%-
HSV(B)212.22º76.06%55.69%-
XYZ8.718.6326.8-
YUV75.66165.4498.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=13.08%
G=32.31%
B=54.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34841420.760.4100.44212.2261.3634.51
Hex22548E4C2902Cd43d23
Octal42124216114510543247543
Binary1000101010100100011101001100101001010110011010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22548E; }

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

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

<style>
 a { background-color: #22548E; }

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

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

<style>
 span { border-color: #22548E; }

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

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