Html Css Color HEX #224190 Tory Blue

📋 copy color: '#224190'

red 34 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #224190

Tints of Tory Blue #224190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.26%

R = 13.99%
G = 26.75%
B = 59.26%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#224190 (or 0x224190) is known color: Tory Blue. HEX triplet: 22, 41 and 90. RGB value is (34,65,144). Sum of RGB (Red+Green+Blue) = 34+65+144=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #224190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224190 is #DDBE6F. Grayscale: #404040. Windows color (decimal): -14532208 or 9453858. OLE color: 9453858.

HSL color Cylindrical-coordinate representation of color #224190: hue angle of 223.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224190 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 65 144 -
CMYK 0.76 0.55 0 0.44
HSL 223.09º 0.62% 0.35% -
HSV(B) 223.09º 0.76% 0.56% -
XYZ 7.58 6.13 27.17 -
YUV 64.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 34 65 144 0.76 0.55 0 0.44 223.09 0.62 0.35
Hex 22 41 90 4C 37 0 2C DF 3E 23
Octal 42 101 220 114 67 0 54 337 76 43
Binary 100010 1000001 10010000 1001100 110111 0 101100 11011111 111110 100011

Color Harmonies of #224190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224190

Black with #224190

Text Example


Text Example

White with #224190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224190; }

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

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

background-color css

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

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

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

border-color css

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

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

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