Html Css Color HEX #224A99 Endeavour

📋 copy color: '#224A99'

red 34 ◦ green 74 ◦ blue 153

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

Shades of Endeavour #224A99

Tints of Endeavour #224A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 13.03%
G = 28.35%
B = 58.62%

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

#224A99 (or 0x224A99) is known color: Endeavour. HEX triplet: 22, 4A and 99. RGB value is (34,74,153). Sum of RGB (Red+Green+Blue) = 34+74+153=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #224A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A99 is #DDB566. Grayscale: #464646. Windows color (decimal): -14529895 or 10045986. OLE color: 10045986.

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

Color convert

RGB 34 74 153 -
CMYK 0.78 0.52 0 0.4
HSL 219.83º 0.64% 0.37% -
HSV(B) 219.83º 0.78% 0.6% -
XYZ 8.86 7.54 31.13 -
YUV 71.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 34 74 153 0.78 0.52 0 0.4 219.83 0.64 0.37
Hex 22 4A 99 4E 34 0 28 DC 40 25
Octal 42 112 231 116 64 0 50 334 100 45
Binary 100010 1001010 10011001 1001110 110100 0 101000 11011100 1000000 100101

Color Harmonies of #224A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A99

Black with #224A99

Text Example


Text Example

White with #224A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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