Html Css Color HEX #224495 Tory Blue

📋 copy color: '#224495'

red 34 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #224495

Tints of Tory Blue #224495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 13.55%
G = 27.09%
B = 59.36%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224495 (or 0x224495) is known color: Tory Blue. HEX triplet: 22, 44 and 95. RGB value is (34,68,149). Sum of RGB (Red+Green+Blue) = 34+68+149=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #224495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224495 is #DDBB6A. Grayscale: #424242. Windows color (decimal): -14531435 or 9782306. OLE color: 9782306.

HSL color Cylindrical-coordinate representation of color #224495: hue angle of 222.26º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224495 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 68 149 -
CMYK 0.77 0.54 0 0.42
HSL 222.26º 0.63% 0.36% -
HSV(B) 222.26º 0.77% 0.58% -
XYZ 8.15 6.64 29.29 -
YUV 67.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 34 68 149 0.77 0.54 0 0.42 222.26 0.63 0.36
Hex 22 44 95 4D 36 0 2A DE 3F 24
Octal 42 104 225 115 66 0 52 336 77 44
Binary 100010 1000100 10010101 1001101 110110 0 101010 11011110 111111 100100

Color Harmonies of #224495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224495

Black with #224495

Text Example


Text Example

White with #224495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224495; }

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

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

background-color css

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

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

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

border-color css

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

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

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