#244396

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

Shades of Tory Blue #244396

Tints of Tory Blue #244396

Color information

#244396 (or 0x244396) is unknown color: approx Tory Blue. HEX triplet: 24, 43 and 96. RGB value is (36,67,150). Sum of RGB (Red+Green+Blue) = 36+67+150=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #244396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244396 is #DBBC69. Grayscale: #424242. Windows color (decimal): -14400618 or 9847588. OLE color: 9847588.

HSL color Cylindrical-coordinate representation of color #244396: hue angle of 223.68º 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 #244396 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3667150-
CMYK0.760.5500.41
HSL223.68º61.29%36.47%-
HSV(B)223.68º76%58.82%-
XYZ8.246.5929.69-
YUV67.19174.73105.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=14.23%
G=26.48%
B=59.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36671500.760.5500.41223.6861.2936.47
Hex2443964C37029e03d24
Octal44103226114670513407544
Binary1001001000011100101101001100110111010100111100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244396; }

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

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

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

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

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

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

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

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