Html Css Color HEX #224496 Tory Blue

📋 copy color: '#224496'

red 34 ◦ green 68 ◦ blue 150

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

Shades of Tory Blue #224496

Tints of Tory Blue #224496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 13.49%
G = 26.98%
B = 59.52%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224496 (or 0x224496) is known color: Tory Blue. HEX triplet: 22, 44 and 96. RGB value is (34,68,150). Sum of RGB (Red+Green+Blue) = 34+68+150=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #224496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224496 is #DDBB69. Grayscale: #424242. Windows color (decimal): -14531434 or 9847842. OLE color: 9847842.

HSL color Cylindrical-coordinate representation of color #224496: hue angle of 222.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224496 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 68 150 -
CMYK 0.77 0.55 0 0.41
HSL 222.41º 0.63% 0.36% -
HSV(B) 222.41º 0.77% 0.59% -
XYZ 8.23 6.68 29.71 -
YUV 67.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 34 68 150 0.77 0.55 0 0.41 222.41 0.63 0.36
Hex 22 44 96 4D 37 0 29 DE 3F 24
Octal 42 104 226 115 67 0 51 336 77 44
Binary 100010 1000100 10010110 1001101 110111 0 101001 11011110 111111 100100

Color Harmonies of #224496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224496

Black with #224496

Text Example


Text Example

White with #224496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224496; }

 p { color: rgb(34,68,150); }

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

background-color css

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

 a { background-color: rgb(34,68,150); }

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

border-color css

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

 span { border-color: rgb(34,68,150); }

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