#224092

Color #224092 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #224092

Tints of Tory Blue #224092

Color information

#224092 (or 0x224092) is unknown color: approx Tory Blue. HEX triplet: 22, 40 and 92. RGB value is (34,64,146). Sum of RGB (Red+Green+Blue) = 34+64+146=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #224092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224092 is #DDBF6D. Grayscale: #404040. Windows color (decimal): -14532462 or 9584674. OLE color: 9584674.

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

Color convert

RGB3464146-
CMYK0.770.5600.43
HSL223.93º62.22%35.29%-
HSV(B)223.93º76.71%57.25%-
XYZ7.686.0827.96-
YUV64.38174.06106.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=13.93%
G=26.23%
B=59.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34641460.770.5600.43223.9362.2235.29
Hex2240924D3802Be03e23
Octal42100222115700533407643
Binary1000101000000100100101001101111000010101111100000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224092; }

 p { color: rgb(34,64,146); }

 H1.HeaderClassName
 {
   color: #224092;
 }
 .AnyTagClassName
 {
   color: #224092;
 }
</style>
background-color css

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

 a { background-color: rgb(34,64,146); }

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

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

 span { border-color: rgb(34,64,146); }

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