#244699

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

Shades of Tory Blue #244699

Tints of Tory Blue #244699

Color information

#244699 (or 0x244699) is unknown color: approx Tory Blue. HEX triplet: 24, 46 and 99. RGB value is (36,70,153). Sum of RGB (Red+Green+Blue) = 36+70+153=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #244699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244699 is #DBB966. Grayscale: #444444. Windows color (decimal): -14399847 or 10044964. OLE color: 10044964.

HSL color Cylindrical-coordinate representation of color #244699: hue angle of 222.56º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244699 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3670153-
CMYK0.760.5400.4
HSL222.56º61.9%37.06%-
HSV(B)222.56º76.47%60%-
XYZ8.677.0631.04-
YUV69.3175.24104.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=13.90%
G=27.03%
B=59.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36701530.760.5400.4222.5661.937.06
Hex2446994C36028df3e25
Octal44106231114660503377645
Binary1001001000110100110011001100110110010100011011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244699; }

 p { color: rgb(36,70,153); }

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

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

 a { background-color: rgb(36,70,153); }

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

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

 span { border-color: rgb(36,70,153); }

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