#445A88

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

Shades of Chambray #445A88

Tints of Chambray #445A88

Color information

#445A88 (or 0x445A88) is unknown color: approx Chambray. HEX triplet: 44, 5A and 88. RGB value is (68,90,136). Sum of RGB (Red+Green+Blue) = 68+90+136=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #445A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A88 is #BBA577. Grayscale: #585858. Windows color (decimal): -12297592 or 8936004. OLE color: 8936004.

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

Color convert

RGB6890136-
CMYK0.500.3400.47
HSL220.59º33.33%40%-
HSV(B)220.59º50%53.33%-
XYZ10.4810.3224.73-
YUV88.67154.71113.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=23.13%
G=30.61%
B=46.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68901360.500.3400.47220.5933.3340
Hex445A88322202Fdd2128
Octal10413221062420573354150
Binary1000100101101010001000110010100010010111111011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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