#445B87

Color #445B87 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #445B87

Tints of Chambray #445B87

Color information

#445B87 (or 0x445B87) is unknown color: approx Chambray. HEX triplet: 44, 5B and 87. RGB value is (68,91,135). Sum of RGB (Red+Green+Blue) = 68+91+135=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #445B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B87 is #BBA478. Grayscale: #585858. Windows color (decimal): -12297337 or 8870724. OLE color: 8870724.

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

Color convert

RGB6891135-
CMYK0.500.3300.47
HSL219.4º33%39.8%-
HSV(B)219.4º49.63%52.94%-
XYZ10.510.4624.39-
YUV89.14153.88112.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=23.13%
G=30.95%
B=45.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68911350.500.3300.47219.43339.8
Hex445B87322102Fdb2128
Octal10413320762410573334150
Binary1000100101101110000111110010100001010111111011011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445B87; }

 p { color: rgb(68,91,135); }

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

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

 a { background-color: rgb(68,91,135); }

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

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

 span { border-color: rgb(68,91,135); }

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