#225499

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

Shades of Endeavour #225499

Tints of Endeavour #225499

Color information

#225499 (or 0x225499) is unknown color: approx Endeavour. HEX triplet: 22, 54 and 99. RGB value is (34,84,153). Sum of RGB (Red+Green+Blue) = 34+84+153=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #225499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225499 is #DDAB66. Grayscale: #4C4C4C. Windows color (decimal): -14527335 or 10048546. OLE color: 10048546.

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

Color convert

RGB3484153-
CMYK0.780.4500.4
HSL214.79º63.64%36.67%-
HSV(B)214.79º77.78%60%-
XYZ9.588.9831.37-
YUV76.92170.9497.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=12.55%
G=31.00%
B=56.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34841530.780.4500.4214.7963.6436.67
Hex2254994E2D028d74025
Octal421242311165505032710045
Binary10001010101001001100110011101011010101000110101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225499; }

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

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

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

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

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

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

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

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