#45A2AE

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

Shades of Boston Blue #45A2AE

Tints of Boston Blue #45A2AE

Color information

#45A2AE (or 0x45A2AE) is unknown color: approx Boston Blue. HEX triplet: 45, A2 and AE. RGB value is (69,162,174). Sum of RGB (Red+Green+Blue) = 69+162+174=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #45A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A2AE is #BA5D51. Grayscale: #878787. Windows color (decimal): -12213586 or 11444805. OLE color: 11444805.

HSL color Cylindrical-coordinate representation of color #45A2AE: hue angle of 186.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A2AE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69162174-
CMYK0.600.0700.32
HSL186.86º43.21%47.65%-
HSV(B)186.86º60.34%68.24%-
XYZ23.0130.1644.65-
YUV135.56149.6980.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.04%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=17.04%
G=40%
B=42.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691621740.600.0700.32186.8643.2147.65
Hex45A2AE3C7020bb2b30
Octal1052422567470402735360
Binary10001011010001010101110111100111010000010111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A2AE; }

 p { color: rgb(69,162,174); }

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

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

 a { background-color: rgb(69,162,174); }

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

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

 span { border-color: rgb(69,162,174); }

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