Html Css Color HEX #224195 Tory Blue

📋 copy color: '#224195'

red 34 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #224195

Tints of Tory Blue #224195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 13.71%
G = 26.21%
B = 60.08%

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

#224195 (or 0x224195) is known color: Tory Blue. HEX triplet: 22, 41 and 95. RGB value is (34,65,149). Sum of RGB (Red+Green+Blue) = 34+65+149=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #224195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224195 is #DDBE6A. Grayscale: #404040. Windows color (decimal): -14532203 or 9781538. OLE color: 9781538.

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

Color convert

RGB 34 65 149 -
CMYK 0.77 0.56 0 0.42
HSL 223.83º 0.63% 0.36% -
HSV(B) 223.83º 0.77% 0.58% -
XYZ 7.97 6.29 29.23 -
YUV 65.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 34 65 149 0.77 0.56 0 0.42 223.83 0.63 0.36
Hex 22 41 95 4D 38 0 2A E0 3F 24
Octal 42 101 225 115 70 0 52 340 77 44
Binary 100010 1000001 10010101 1001101 111000 0 101010 11100000 111111 100100

Color Harmonies of #224195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224195

Black with #224195

Text Example


Text Example

White with #224195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224195; }

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

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

background-color css

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

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

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

border-color css

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

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

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