#455A88

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

Shades of Chambray #455A88

Tints of Chambray #455A88

Color information

#455A88 (or 0x455A88) is unknown color: approx Chambray. HEX triplet: 45, 5A and 88. RGB value is (69,90,136). Sum of RGB (Red+Green+Blue) = 69+90+136=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #455A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A88 is #BAA577. Grayscale: #585858. Windows color (decimal): -12232056 or 8936005. OLE color: 8936005.

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

Color convert

RGB6990136-
CMYK0.490.3400.47
HSL221.19º32.68%40.2%-
HSV(B)221.19º49.26%53.33%-
XYZ10.5510.3624.74-
YUV88.96154.54113.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=23.39%
G=30.51%
B=46.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69901360.490.3400.47221.1932.6840.2
Hex455A88312202Fdd2128
Octal10513221061420573354150
Binary1000101101101010001000110001100010010111111011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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