#244996

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

Shades of Tory Blue #244996

Tints of Tory Blue #244996

Color information

#244996 (or 0x244996) is unknown color: approx Tory Blue. HEX triplet: 24, 49 and 96. RGB value is (36,73,150). Sum of RGB (Red+Green+Blue) = 36+73+150=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #244996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244996 is #DBB669. Grayscale: #464646. Windows color (decimal): -14399082 or 9849124. OLE color: 9849124.

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

Color convert

RGB3673150-
CMYK0.760.5100.41
HSL220.53º61.29%36.47%-
HSV(B)220.53º76%58.82%-
XYZ8.627.3429.82-
YUV70.72172.74103.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=13.90%
G=28.19%
B=57.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36731500.760.5100.41220.5361.2936.47
Hex2449964C33029dd3d24
Octal44111226114630513357544
Binary1001001001001100101101001100110011010100111011101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244996; }

 p { color: rgb(36,73,150); }

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

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

 a { background-color: rgb(36,73,150); }

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

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

 span { border-color: rgb(36,73,150); }

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