#244595

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

Shades of Tory Blue #244595

Tints of Tory Blue #244595

Color information

#244595 (or 0x244595) is unknown color: approx Tory Blue. HEX triplet: 24, 45 and 95. RGB value is (36,69,149). Sum of RGB (Red+Green+Blue) = 36+69+149=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #244595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244595 is #DBBA6A. Grayscale: #434343. Windows color (decimal): -14400107 or 9782564. OLE color: 9782564.

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

Color convert

RGB3669149-
CMYK0.760.5400.42
HSL222.48º61.08%36.27%-
HSV(B)222.48º75.84%58.43%-
XYZ8.286.829.31-
YUV68.25173.57105-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 149 (58.59% from 255) = 58.66%
R=14.17%
G=27.17%
B=58.66%

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
Decimal36691490.760.5400.42222.4861.0836.27
Hex2445954C3602Ade3d24
Octal44105225114660523367544
Binary1001001000101100101011001100110110010101011011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244595; }

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

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

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

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

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

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

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

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