#225586

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

Shades of Endeavour #225586

Tints of Endeavour #225586

Color information

#225586 (or 0x225586) is unknown color: approx Endeavour. HEX triplet: 22, 55 and 86. RGB value is (34,85,134). Sum of RGB (Red+Green+Blue) = 34+85+134=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #225586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225586 is #DDAA79. Grayscale: #4B4B4B. Windows color (decimal): -14527098 or 8803618. OLE color: 8803618.

HSL color Cylindrical-coordinate representation of color #225586: hue angle of 209.4º 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 #225586 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3485134-
CMYK0.750.3700.47
HSL209.4º59.52%32.94%-
HSV(B)209.4º74.63%52.55%-
XYZ8.218.5623.77-
YUV75.34161.198.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=13.44%
G=33.60%
B=52.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34851340.750.3700.47209.459.5232.94
Hex2255864B2502Fd13c21
Octal42125206113450573217441
Binary1000101010101100001101001011100101010111111010001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225586; }

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

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

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

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

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

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

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

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