#244491

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

Shades of Tory Blue #244491

Tints of Tory Blue #244491

Color information

#244491 (or 0x244491) is unknown color: approx Tory Blue. HEX triplet: 24, 44 and 91. RGB value is (36,68,145). Sum of RGB (Red+Green+Blue) = 36+68+145=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #244491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244491 is #DBBB6E. Grayscale: #424242. Windows color (decimal): -14400367 or 9520164. OLE color: 9520164.

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

Color convert

RGB3668145-
CMYK0.750.5300.43
HSL222.39º60.22%35.49%-
HSV(B)222.39º75.17%56.86%-
XYZ7.916.5527.64-
YUV67.21171.9105.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=14.46%
G=27.31%
B=58.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36681450.750.5300.43222.3960.2235.49
Hex2444914B3502Bde3c23
Octal44104221113650533367443
Binary1001001000100100100011001011110101010101111011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244491; }

 p { color: rgb(36,68,145); }

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

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

 a { background-color: rgb(36,68,145); }

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

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

 span { border-color: rgb(36,68,145); }

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