#244695

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

Shades of Tory Blue #244695

Tints of Tory Blue #244695

Color information

#244695 (or 0x244695) is unknown color: approx Tory Blue. HEX triplet: 24, 46 and 95. RGB value is (36,70,149). Sum of RGB (Red+Green+Blue) = 36+70+149=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #244695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244695 is #DBB96A. Grayscale: #444444. Windows color (decimal): -14399851 or 9782820. OLE color: 9782820.

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

Color convert

RGB3670149-
CMYK0.760.5300.42
HSL221.95º61.08%36.27%-
HSV(B)221.95º75.84%58.43%-
XYZ8.346.9329.33-
YUV68.84173.24104.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=14.12%
G=27.45%
B=58.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36701490.760.5300.42221.9561.0836.27
Hex2446954C3502Ade3d24
Octal44106225114650523367544
Binary1001001000110100101011001100110101010101011011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244695; }

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

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

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

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

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

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

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

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