Html Css Color HEX #224699 Tory Blue

📋 copy color: '#224699'

red 34 ◦ green 70 ◦ blue 153

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

Shades of Tory Blue #224699

Tints of Tory Blue #224699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 13.23%
G = 27.24%
B = 59.53%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224699 (or 0x224699) is known color: Tory Blue. HEX triplet: 22, 46 and 99. RGB value is (34,70,153). Sum of RGB (Red+Green+Blue) = 34+70+153=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #224699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224699 is #DDB966. Grayscale: #444444. Windows color (decimal): -14530919 or 10044962. OLE color: 10044962.

HSL color Cylindrical-coordinate representation of color #224699: hue angle of 221.85º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224699 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 70 153 -
CMYK 0.78 0.54 0 0.4
HSL 221.85º 0.64% 0.37% -
HSV(B) 221.85º 0.78% 0.6% -
XYZ 8.6 7.02 31.04 -
YUV 68.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 34 70 153 0.78 0.54 0 0.4 221.85 0.64 0.37
Hex 22 46 99 4E 36 0 28 DE 40 25
Octal 42 106 231 116 66 0 50 336 100 45
Binary 100010 1000110 10011001 1001110 110110 0 101000 11011110 1000000 100101

Color Harmonies of #224699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224699

Black with #224699

Text Example


Text Example

White with #224699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224699; }

 p { color: rgb(34,70,153); }

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

background-color css

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

 a { background-color: rgb(34,70,153); }

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

border-color css

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

 span { border-color: rgb(34,70,153); }

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