#224093

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

Shades of Tory Blue #224093

Tints of Tory Blue #224093

Color information

#224093 (or 0x224093) is unknown color: approx Tory Blue. HEX triplet: 22, 40 and 93. RGB value is (34,64,147). Sum of RGB (Red+Green+Blue) = 34+64+147=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #224093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224093 is #DDBF6C. Grayscale: #404040. Windows color (decimal): -14532461 or 9650210. OLE color: 9650210.

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

Color convert

RGB3464147-
CMYK0.770.5600.42
HSL224.07º62.43%35.49%-
HSV(B)224.07º76.87%57.65%-
XYZ7.766.1128.37-
YUV64.49174.56106.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 147 (57.81% from 255) = 60%
R=13.88%
G=26.12%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34641470.770.5600.42224.0762.4335.49
Hex2240934D3802Ae03e23
Octal42100223115700523407643
Binary1000101000000100100111001101111000010101011100000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224093; }

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

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

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

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

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

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

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

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