#3a8eaa

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

Shades of Boston Blue #3A8EAA

Tints of Boston Blue #3A8EAA

Color information

#3A8EAA (or 0x3A8EAA) is unknown color: approx Boston Blue. HEX triplet: 3A, 8E and AA. RGB value is (58,142,170). Sum of RGB (Red+Green+Blue) = 58+142+170=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A8EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8EAA is #C57155. Grayscale: #777777. Windows color (decimal): -12939606 or 11177530. OLE color: 11177530.

HSL color Cylindrical-coordinate representation of color #3A8EAA: hue angle of 195º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A8EAA is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB58142170-
CMYK0.660.1600.33
HSL195º49.12%44.71%-
HSV(B)195º65.88%66.67%-
XYZ18.6723.1541.51-
YUV120.08156.1783.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.68%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=15.68%
G=38.38%
B=45.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581421700.660.1600.3319549.1244.71
Hex3A8EAA4210021c3312d
Octal72216252102200413036155
Binary1110101000111010101010100001010000010000111000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a8eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,142,170); }

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

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

 a { background-color: rgb(58,142,170); }

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

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

 span { border-color: rgb(58,142,170); }

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