Html Css Color HEX #224193 Tory Blue

📋 copy color: '#224193'

red 34 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #224193

Tints of Tory Blue #224193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 13.82%
G = 26.42%
B = 59.76%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224193 (or 0x224193) is known color: Tory Blue. HEX triplet: 22, 41 and 93. RGB value is (34,65,147). Sum of RGB (Red+Green+Blue) = 34+65+147=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #224193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224193 is #DDBE6C. Grayscale: #404040. Windows color (decimal): -14532205 or 9650466. OLE color: 9650466.

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

Color convert

RGB 34 65 147 -
CMYK 0.77 0.56 0 0.42
HSL 223.54º 0.62% 0.35% -
HSV(B) 223.54º 0.77% 0.58% -
XYZ 7.82 6.23 28.39 -
YUV 65.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 34 65 147 0.77 0.56 0 0.42 223.54 0.62 0.35
Hex 22 41 93 4D 38 0 2A E0 3E 23
Octal 42 101 223 115 70 0 52 340 76 43
Binary 100010 1000001 10010011 1001101 111000 0 101010 11100000 111110 100011

Color Harmonies of #224193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224193

Black with #224193

Text Example


Text Example

White with #224193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224193; }

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

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

background-color css

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

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

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

border-color css

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

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

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