#225286

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

Shades of Endeavour #225286

Tints of Endeavour #225286

Color information

#225286 (or 0x225286) is unknown color: approx Endeavour. HEX triplet: 22, 52 and 86. RGB value is (34,82,134). Sum of RGB (Red+Green+Blue) = 34+82+134=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #225286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225286 is #DDAD79. Grayscale: #494949. Windows color (decimal): -14527866 or 8802850. OLE color: 8802850.

HSL color Cylindrical-coordinate representation of color #225286: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225286 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3482134-
CMYK0.750.3900.47
HSL211.2º59.52%32.94%-
HSV(B)211.2º74.63%52.55%-
XYZ7.988.123.7-
YUV73.58162.199.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 134 (52.73% from 255) = 53.6%
R=13.6%
G=32.8%
B=53.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34821340.750.3900.47211.259.5232.94
Hex2252864B2702Fd33c21
Octal42122206113470573237441
Binary1000101010010100001101001011100111010111111010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225286; }

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

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

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

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

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

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

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

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