#225492

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

Shades of Endeavour #225492

Tints of Endeavour #225492

Color information

#225492 (or 0x225492) is unknown color: approx Endeavour. HEX triplet: 22, 54 and 92. RGB value is (34,84,146). Sum of RGB (Red+Green+Blue) = 34+84+146=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #225492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225492 is #DDAB6D. Grayscale: #4B4B4B. Windows color (decimal): -14527342 or 9589794. OLE color: 9589794.

HSL color Cylindrical-coordinate representation of color #225492: hue angle of 213.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225492 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3484146-
CMYK0.770.4200.43
HSL213.21º62.22%35.29%-
HSV(B)213.21º76.71%57.25%-
XYZ9.028.7628.41-
YUV76.12167.4497.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=12.88%
G=31.82%
B=55.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34841460.770.4200.43213.2162.2235.29
Hex2254924D2A02Bd53e23
Octal42124222115520533257643
Binary1000101010100100100101001101101010010101111010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225492; }

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

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

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

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

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

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

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

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