#244091

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

Shades of Tory Blue #244091

Tints of Tory Blue #244091

Color information

#244091 (or 0x244091) is unknown color: approx Tory Blue. HEX triplet: 24, 40 and 91. RGB value is (36,64,145). Sum of RGB (Red+Green+Blue) = 36+64+145=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #244091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244091 is #DBBF6E. Grayscale: #404040. Windows color (decimal): -14401391 or 9519140. OLE color: 9519140.

HSL color Cylindrical-coordinate representation of color #244091: hue angle of 224.59º 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 #244091 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3664145-
CMYK0.750.5600.43
HSL224.59º60.22%35.49%-
HSV(B)224.59º75.17%56.86%-
XYZ7.676.0927.56-
YUV64.86173.22107.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.69%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=14.69%
G=26.12%
B=59.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36641450.750.5600.43224.5960.2235.49
Hex2440914B3802Be13c23
Octal44100221113700533417443
Binary1001001000000100100011001011111000010101111100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244091; }

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

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

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

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

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

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

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

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