#444E88

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

Shades of Tory Blue #444E88

Tints of Tory Blue #444E88

Color information

#444E88 (or 0x444E88) is unknown color: approx Tory Blue. HEX triplet: 44, 4E and 88. RGB value is (68,78,136). Sum of RGB (Red+Green+Blue) = 68+78+136=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #444E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E88 is #BBB177. Grayscale: #515151. Windows color (decimal): -12300664 or 8932932. OLE color: 8932932.

HSL color Cylindrical-coordinate representation of color #444E88: hue angle of 231.18º 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 #444E88 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6878136-
CMYK0.500.4300.47
HSL231.18º33.33%40%-
HSV(B)231.18º50%53.33%-
XYZ9.558.4624.42-
YUV81.62158.69118.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=24.11%
G=27.66%
B=48.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68781360.500.4300.47231.1833.3340
Hex444E88322B02Fe72128
Octal10411621062530573474150
Binary1000100100111010001000110010101011010111111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444E88; }

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

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

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

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

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

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

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

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