Html Css Color HEX #224795 Tory Blue

📋 copy color: '#224795'

red 34 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #224795

Tints of Tory Blue #224795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 13.39%
G = 27.95%
B = 58.66%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224795 (or 0x224795) is known color: Tory Blue. HEX triplet: 22, 47 and 95. RGB value is (34,71,149). Sum of RGB (Red+Green+Blue) = 34+71+149=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #224795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224795 is #DDB86A. Grayscale: #444444. Windows color (decimal): -14530667 or 9783074. OLE color: 9783074.

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

Color convert

RGB 34 71 149 -
CMYK 0.77 0.52 0 0.42
HSL 220.7º 0.63% 0.36% -
HSV(B) 220.7º 0.77% 0.58% -
XYZ 8.34 7.02 29.35 -
YUV 68.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 34 71 149 0.77 0.52 0 0.42 220.7 0.63 0.36
Hex 22 47 95 4D 34 0 2A DD 3F 24
Octal 42 107 225 115 64 0 52 335 77 44
Binary 100010 1000111 10010101 1001101 110100 0 101010 11011101 111111 100100

Color Harmonies of #224795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224795

Black with #224795

Text Example


Text Example

White with #224795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224795; }

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

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

background-color css

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

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

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

border-color css

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

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

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