#224D99

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

Shades of Endeavour #224D99

Tints of Endeavour #224D99

Color information

#224D99 (or 0x224D99) is unknown color: approx Endeavour. HEX triplet: 22, 4D and 99. RGB value is (34,77,153). Sum of RGB (Red+Green+Blue) = 34+77+153=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #224D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D99 is #DDB266. Grayscale: #484848. Windows color (decimal): -14529127 or 10046754. OLE color: 10046754.

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

Color convert

RGB3477153-
CMYK0.780.5000.4
HSL218.32º63.64%36.67%-
HSV(B)218.32º77.78%60%-
XYZ9.067.9531.19-
YUV72.81173.25100.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=12.88%
G=29.17%
B=57.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34771530.780.5000.4218.3263.6436.67
Hex224D994E32028da4025
Octal421152311166205033210045
Binary10001010011011001100110011101100100101000110110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224D99; }

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

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

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

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

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

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

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

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