Html Css Color HEX #224899 Endeavour

📋 copy color: '#224899'

red 34 ◦ green 72 ◦ blue 153

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

Shades of Endeavour #224899

Tints of Endeavour #224899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 13.13%
G = 27.8%
B = 59.07%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224899 (or 0x224899) is known color: Endeavour. HEX triplet: 22, 48 and 99. RGB value is (34,72,153). Sum of RGB (Red+Green+Blue) = 34+72+153=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #224899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224899 is #DDB766. Grayscale: #454545. Windows color (decimal): -14530407 or 10045474. OLE color: 10045474.

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

Color convert

RGB 34 72 153 -
CMYK 0.78 0.53 0 0.4
HSL 220.84º 0.64% 0.37% -
HSV(B) 220.84º 0.78% 0.6% -
XYZ 8.73 7.27 31.08 -
YUV 69.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 34 72 153 0.78 0.53 0 0.4 220.84 0.64 0.37
Hex 22 48 99 4E 35 0 28 DD 40 25
Octal 42 110 231 116 65 0 50 335 100 45
Binary 100010 1001000 10011001 1001110 110101 0 101000 11011101 1000000 100101

Color Harmonies of #224899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224899

Black with #224899

Text Example


Text Example

White with #224899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224899; }

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

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

background-color css

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

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

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

border-color css

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

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

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