#41A0AE

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

Shades of Boston Blue #41A0AE

Tints of Boston Blue #41A0AE

Color information

#41A0AE (or 0x41A0AE) is unknown color: approx Boston Blue. HEX triplet: 41, A0 and AE. RGB value is (65,160,174). Sum of RGB (Red+Green+Blue) = 65+160+174=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #41A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A0AE is #BE5F51. Grayscale: #858585. Windows color (decimal): -12476242 or 11444289. OLE color: 11444289.

HSL color Cylindrical-coordinate representation of color #41A0AE: hue angle of 187.71º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41A0AE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65160174-
CMYK0.630.0800.32
HSL187.71º45.61%46.86%-
HSV(B)187.71º62.64%68.24%-
XYZ22.3929.3244.52-
YUV133.19151.0379.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=16.29%
G=40.10%
B=43.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651601740.630.0800.32187.7145.6146.86
Hex41A0AE3F8020bc2e2f
Octal10124025677100402745657
Binary100000110100000101011101111111000010000010111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A0AE; }

 p { color: rgb(65,160,174); }

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

<style>
 a { background-color: #41A0AE; }

 a { background-color: rgb(65,160,174); }

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

<style>
 span { border-color: #41A0AE; }

 span { border-color: rgb(65,160,174); }

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