Html Css Color HEX #224796 Tory Blue

📋 copy color: '#224796'

red 34 ◦ green 71 ◦ blue 150

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

Shades of Tory Blue #224796

Tints of Tory Blue #224796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 13.33%
G = 27.84%
B = 58.82%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224796 (or 0x224796) is known color: Tory Blue. HEX triplet: 22, 47 and 96. RGB value is (34,71,150). Sum of RGB (Red+Green+Blue) = 34+71+150=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #224796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224796 is #DDB869. Grayscale: #444444. Windows color (decimal): -14530666 or 9848610. OLE color: 9848610.

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

Color convert

RGB 34 71 150 -
CMYK 0.77 0.53 0 0.41
HSL 220.86º 0.63% 0.36% -
HSV(B) 220.86º 0.77% 0.59% -
XYZ 8.42 7.05 29.77 -
YUV 68.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 34 71 150 0.77 0.53 0 0.41 220.86 0.63 0.36
Hex 22 47 96 4D 35 0 29 DD 3F 24
Octal 42 107 226 115 65 0 51 335 77 44
Binary 100010 1000111 10010110 1001101 110101 0 101001 11011101 111111 100100

Color Harmonies of #224796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224796

Black with #224796

Text Example


Text Example

White with #224796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224796; }

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

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

background-color css

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

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

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

border-color css

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

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

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