Html Css Color HEX #224491 Tory Blue

📋 copy color: '#224491'

red 34 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #224491

Tints of Tory Blue #224491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 13.77%
G = 27.53%
B = 58.7%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224491 (or 0x224491) is known color: Tory Blue. HEX triplet: 22, 44 and 91. RGB value is (34,68,145). Sum of RGB (Red+Green+Blue) = 34+68+145=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #224491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224491 is #DDBB6E. Grayscale: #424242. Windows color (decimal): -14531439 or 9520162. OLE color: 9520162.

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

Color convert

RGB 34 68 145 -
CMYK 0.77 0.53 0 0.43
HSL 221.62º 0.62% 0.35% -
HSV(B) 221.62º 0.77% 0.57% -
XYZ 7.84 6.52 27.63 -
YUV 66.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 34 68 145 0.77 0.53 0 0.43 221.62 0.62 0.35
Hex 22 44 91 4D 35 0 2B DE 3E 23
Octal 42 104 221 115 65 0 53 336 76 43
Binary 100010 1000100 10010001 1001101 110101 0 101011 11011110 111110 100011

Color Harmonies of #224491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224491

Black with #224491

Text Example


Text Example

White with #224491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224491; }

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

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

background-color css

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

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

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

border-color css

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

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

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