Html Css Color HEX #224991 Endeavour

📋 copy color: '#224991'

red 34 ◦ green 73 ◦ blue 145

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

Shades of Endeavour #224991

Tints of Endeavour #224991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 13.49%
G = 28.97%
B = 57.54%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224991 (or 0x224991) is known color: Endeavour. HEX triplet: 22, 49 and 91. RGB value is (34,73,145). Sum of RGB (Red+Green+Blue) = 34+73+145=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #224991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224991 is #DDB66E. Grayscale: #454545. Windows color (decimal): -14530159 or 9521442. OLE color: 9521442.

HSL color Cylindrical-coordinate representation of color #224991: hue angle of 218.92º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224991 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 73 145 -
CMYK 0.77 0.50 0 0.43
HSL 218.92º 0.62% 0.35% -
HSV(B) 218.92º 0.77% 0.57% -
XYZ 8.15 7.15 27.74 -
YUV 69.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 34 73 145 0.77 0.50 0 0.43 218.92 0.62 0.35
Hex 22 49 91 4D 32 0 2B DB 3E 23
Octal 42 111 221 115 62 0 53 333 76 43
Binary 100010 1001001 10010001 1001101 110010 0 101011 11011011 111110 100011

Color Harmonies of #224991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224991

Black with #224991

Text Example


Text Example

White with #224991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224991; }

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

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

background-color css

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

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

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

border-color css

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

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

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