Html Css Color HEX #224798 Tory Blue

📋 copy color: '#224798'

red 34 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #224798

Tints of Tory Blue #224798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 13.23%
G = 27.63%
B = 59.14%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224798 (or 0x224798) is known color: Tory Blue. HEX triplet: 22, 47 and 98. RGB value is (34,71,152). Sum of RGB (Red+Green+Blue) = 34+71+152=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #224798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224798 is #DDB867. Grayscale: #444444. Windows color (decimal): -14530664 or 9979682. OLE color: 9979682.

HSL color Cylindrical-coordinate representation of color #224798: hue angle of 221.19º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224798 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 71 152 -
CMYK 0.78 0.53 0 0.40
HSL 221.19º 0.63% 0.36% -
HSV(B) 221.19º 0.78% 0.6% -
XYZ 8.58 7.11 30.63 -
YUV 69.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 34 71 152 0.78 0.53 0 0.40 221.19 0.63 0.36
Hex 22 47 98 4E 35 0 28 DD 3F 24
Octal 42 107 230 116 65 0 50 335 77 44
Binary 100010 1000111 10011000 1001110 110101 0 101000 11011101 111111 100100

Color Harmonies of #224798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224798

Black with #224798

Text Example


Text Example

White with #224798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224798; }

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

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

background-color css

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

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

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

border-color css

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

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

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