Html Css Color HEX #224794 Tory Blue

📋 copy color: '#224794'

red 34 ◦ green 71 ◦ blue 148

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

Shades of Tory Blue #224794

Tints of Tory Blue #224794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 13.44%
G = 28.06%
B = 58.5%

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

#224794 (or 0x224794) is known color: Tory Blue. HEX triplet: 22, 47 and 94. RGB value is (34,71,148). Sum of RGB (Red+Green+Blue) = 34+71+148=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #224794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224794 is #DDB86B. Grayscale: #444444. Windows color (decimal): -14530668 or 9717538. OLE color: 9717538.

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

Color convert

RGB 34 71 148 -
CMYK 0.77 0.52 0 0.42
HSL 220.53º 0.63% 0.36% -
HSV(B) 220.53º 0.77% 0.58% -
XYZ 8.26 6.98 28.93 -
YUV 68.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 34 71 148 0.77 0.52 0 0.42 220.53 0.63 0.36
Hex 22 47 94 4D 34 0 2A DD 3F 24
Octal 42 107 224 115 64 0 52 335 77 44
Binary 100010 1000111 10010100 1001101 110100 0 101010 11011101 111111 100100

Color Harmonies of #224794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224794

Black with #224794

Text Example


Text Example

White with #224794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224794; }

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

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

background-color css

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

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

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

border-color css

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

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

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