#244495

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

Shades of Tory Blue #244495

Tints of Tory Blue #244495

Color information

#244495 (or 0x244495) is unknown color: approx Tory Blue. HEX triplet: 24, 44 and 95. RGB value is (36,68,149). Sum of RGB (Red+Green+Blue) = 36+68+149=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #244495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244495 is #DBBB6A. Grayscale: #434343. Windows color (decimal): -14400363 or 9782308. OLE color: 9782308.

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

Color convert

RGB3668149-
CMYK0.760.5400.42
HSL223.01º61.08%36.27%-
HSV(B)223.01º75.84%58.43%-
XYZ8.226.6829.29-
YUV67.67173.9105.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=14.23%
G=26.88%
B=58.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36681490.760.5400.42223.0161.0836.27
Hex2444954C3602Adf3d24
Octal44104225114660523377544
Binary1001001000100100101011001100110110010101011011111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244495; }

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

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

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

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

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

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

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

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