#225292

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

Shades of Endeavour #225292

Tints of Endeavour #225292

Color information

#225292 (or 0x225292) is unknown color: approx Endeavour. HEX triplet: 22, 52 and 92. RGB value is (34,82,146). Sum of RGB (Red+Green+Blue) = 34+82+146=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #225292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225292 is #DDAD6D. Grayscale: #4A4A4A. Windows color (decimal): -14527854 or 9589282. OLE color: 9589282.

HSL color Cylindrical-coordinate representation of color #225292: hue angle of 214.29º 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 #225292 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3482146-
CMYK0.770.4400.43
HSL214.29º62.22%35.29%-
HSV(B)214.29º76.71%57.25%-
XYZ8.878.4528.36-
YUV74.94168.198.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=12.98%
G=31.30%
B=55.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34821460.770.4400.43214.2962.2235.29
Hex2252924D2C02Bd63e23
Octal42122222115540533267643
Binary1000101010010100100101001101101100010101111010110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225292; }

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

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

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

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

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

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

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

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