#445288

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

Shades of Tory Blue #445288

Tints of Tory Blue #445288

Color information

#445288 (or 0x445288) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 88. RGB value is (68,82,136). Sum of RGB (Red+Green+Blue) = 68+82+136=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #445288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445288 is #BBAD77. Grayscale: #535353. Windows color (decimal): -12299640 or 8933956. OLE color: 8933956.

HSL color Cylindrical-coordinate representation of color #445288: hue angle of 227.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445288 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6882136-
CMYK0.500.4000.47
HSL227.65º33.33%40%-
HSV(B)227.65º50%53.33%-
XYZ9.859.0424.52-
YUV83.97157.36116.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=23.78%
G=28.67%
B=47.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68821360.500.4000.47227.6533.3340
Hex445288322802Fe42128
Octal10412221062500573444150
Binary1000100101001010001000110010101000010111111100100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445288; }

 p { color: rgb(68,82,136); }

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

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

 a { background-color: rgb(68,82,136); }

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

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

 span { border-color: rgb(68,82,136); }

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