#225599

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

Shades of Endeavour #225599

Tints of Endeavour #225599

Color information

#225599 (or 0x225599) is unknown color: approx Endeavour. HEX triplet: 22, 55 and 99. RGB value is (34,85,153). Sum of RGB (Red+Green+Blue) = 34+85+153=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #225599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225599 is #DDAA66. Grayscale: #4D4D4D. Windows color (decimal): -14527079 or 10048802. OLE color: 10048802.

HSL color Cylindrical-coordinate representation of color #225599: hue angle of 214.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225599 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3485153-
CMYK0.780.4400.4
HSL214.29º63.64%36.67%-
HSV(B)214.29º77.78%60%-
XYZ9.669.1431.39-
YUV77.5170.696.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=12.5%
G=31.25%
B=56.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34851530.780.4400.4214.2963.6436.67
Hex2255994E2C028d64025
Octal421252311165405032610045
Binary10001010101011001100110011101011000101000110101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225599; }

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

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

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

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

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

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

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

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