#3A88AE

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

Shades of Boston Blue #3A88AE

Tints of Boston Blue #3A88AE

Color information

#3A88AE (or 0x3A88AE) is unknown color: approx Boston Blue. HEX triplet: 3A, 88 and AE. RGB value is (58,136,174). Sum of RGB (Red+Green+Blue) = 58+136+174=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A88AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A88AE is #C57751. Grayscale: #747474. Windows color (decimal): -12941138 or 11438138. OLE color: 11438138.

HSL color Cylindrical-coordinate representation of color #3A88AE: hue angle of 199.66º 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 #3A88AE is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58136174-
CMYK0.670.2200.32
HSL199.66º50%45.49%-
HSV(B)199.66º66.67%68.24%-
XYZ18.1921.5643.25-
YUV117.01160.1685.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.76%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=15.76%
G=36.96%
B=47.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581361740.670.2200.32199.665045.49
Hex3A88AE4316020c8322d
Octal72210256103260403106255
Binary1110101000100010101110100001110110010000011001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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