Html Css Color HEX #224999 Endeavour

📋 copy color: '#224999'

red 34 ◦ green 73 ◦ blue 153

#224999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #224999

Tints of Endeavour #224999

RGB

 RED value IS 34 (13.67% from 255) = 13.08%

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 13.08%
G = 28.08%
B = 58.85%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224999 (or 0x224999) is known color: Endeavour. HEX triplet: 22, 49 and 99. RGB value is (34,73,153). Sum of RGB (Red+Green+Blue) = 34+73+153=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #224999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224999 is #DDB666. Grayscale: #464646. Windows color (decimal): -14530151 or 10045730. OLE color: 10045730.

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

Color convert

RGB 34 73 153 -
CMYK 0.78 0.52 0 0.4
HSL 220.34º 0.64% 0.37% -
HSV(B) 220.34º 0.78% 0.6% -
XYZ 8.79 7.41 31.1 -
YUV 70.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 34 73 153 0.78 0.52 0 0.4 220.34 0.64 0.37
Hex 22 49 99 4E 34 0 28 DC 40 25
Octal 42 111 231 116 64 0 50 334 100 45
Binary 100010 1001001 10011001 1001110 110100 0 101000 11011100 1000000 100101

Color Harmonies of #224999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224999

Black with #224999

Text Example


Text Example

White with #224999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224999; }

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

 H1.HeaderClassName
 {
   color: #224999;
 }
 .AnyTagClassName
 {
   color: #224999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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