#225699

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

Shades of Endeavour #225699

Tints of Endeavour #225699

Color information

#225699 (or 0x225699) is unknown color: approx Endeavour. HEX triplet: 22, 56 and 99. RGB value is (34,86,153). Sum of RGB (Red+Green+Blue) = 34+86+153=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #225699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225699 is #DDA966. Grayscale: #4D4D4D. Windows color (decimal): -14526823 or 10049058. OLE color: 10049058.

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

Color convert

RGB3486153-
CMYK0.780.4400.4
HSL213.78º63.64%36.67%-
HSV(B)213.78º77.78%60%-
XYZ9.749.331.42-
YUV78.09170.2796.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=12.45%
G=31.50%
B=56.04%

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
Decimal34861530.780.4400.4213.7863.6436.67
Hex2256994E2C028d64025
Octal421262311165405032610045
Binary10001010101101001100110011101011000101000110101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225699; }

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

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

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

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

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

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

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

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