Html Css Color HEX #224793 Tory Blue

📋 copy color: '#224793'

red 34 ◦ green 71 ◦ blue 147

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

Shades of Tory Blue #224793

Tints of Tory Blue #224793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 13.49%
G = 28.17%
B = 58.33%

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

#224793 (or 0x224793) is known color: Tory Blue. HEX triplet: 22, 47 and 93. RGB value is (34,71,147). Sum of RGB (Red+Green+Blue) = 34+71+147=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #224793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224793 is #DDB86C. Grayscale: #444444. Windows color (decimal): -14530669 or 9652002. OLE color: 9652002.

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

Color convert

RGB 34 71 147 -
CMYK 0.77 0.52 0 0.42
HSL 220.35º 0.62% 0.35% -
HSV(B) 220.35º 0.77% 0.58% -
XYZ 8.18 6.95 28.51 -
YUV 68.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 34 71 147 0.77 0.52 0 0.42 220.35 0.62 0.35
Hex 22 47 93 4D 34 0 2A DC 3E 23
Octal 42 107 223 115 64 0 52 334 76 43
Binary 100010 1000111 10010011 1001101 110100 0 101010 11011100 111110 100011

Color Harmonies of #224793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224793

Black with #224793

Text Example


Text Example

White with #224793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224793; }

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

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

background-color css

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

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

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

border-color css

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

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

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