#3A89AE

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

Shades of Boston Blue #3A89AE

Tints of Boston Blue #3A89AE

Color information

#3A89AE (or 0x3A89AE) is unknown color: approx Boston Blue. HEX triplet: 3A, 89 and AE. RGB value is (58,137,174). Sum of RGB (Red+Green+Blue) = 58+137+174=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A89AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A89AE is #C57651. Grayscale: #757575. Windows color (decimal): -12940882 or 11438394. OLE color: 11438394.

HSL color Cylindrical-coordinate representation of color #3A89AE: hue angle of 199.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A89AE is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58137174-
CMYK0.670.2100.32
HSL199.14º50%45.49%-
HSV(B)199.14º66.67%68.24%-
XYZ18.3321.8543.3-
YUV117.6159.8385.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.72%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=15.72%
G=37.13%
B=47.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581371740.670.2100.32199.145045.49
Hex3A89AE4315020c7322d
Octal72211256103250403076255
Binary1110101000100110101110100001110101010000011000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A89AE; }

 p { color: rgb(58,137,174); }

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

<style>
 a { background-color: #3A89AE; }

 a { background-color: rgb(58,137,174); }

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

<style>
 span { border-color: #3A89AE; }

 span { border-color: rgb(58,137,174); }

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