Html Css Color HEX #224393 Tory Blue

📋 copy color: '#224393'

red 34 ◦ green 67 ◦ blue 147

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

Shades of Tory Blue #224393

Tints of Tory Blue #224393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 13.71%
G = 27.02%
B = 59.27%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224393 (or 0x224393) is known color: Tory Blue. HEX triplet: 22, 43 and 93. RGB value is (34,67,147). Sum of RGB (Red+Green+Blue) = 34+67+147=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #224393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224393 is #DDBC6C. Grayscale: #414141. Windows color (decimal): -14531693 or 9650978. OLE color: 9650978.

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

Color convert

RGB 34 67 147 -
CMYK 0.77 0.54 0 0.42
HSL 222.48º 0.62% 0.35% -
HSV(B) 222.48º 0.77% 0.58% -
XYZ 7.93 6.46 28.43 -
YUV 66.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 34 67 147 0.77 0.54 0 0.42 222.48 0.62 0.35
Hex 22 43 93 4D 36 0 2A DE 3E 23
Octal 42 103 223 115 66 0 52 336 76 43
Binary 100010 1000011 10010011 1001101 110110 0 101010 11011110 111110 100011

Color Harmonies of #224393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224393

Black with #224393

Text Example


Text Example

White with #224393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224393; }

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

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

background-color css

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

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

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

border-color css

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

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

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