#3A9ABE

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

Shades of Boston Blue #3A9ABE

Tints of Boston Blue #3A9ABE

Color information

#3A9ABE (or 0x3A9ABE) is unknown color: approx Boston Blue. HEX triplet: 3A, 9A and BE. RGB value is (58,154,190). Sum of RGB (Red+Green+Blue) = 58+154+190=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ABE is #C56541. Grayscale: #818181. Windows color (decimal): -12936514 or 12491322. OLE color: 12491322.

HSL color Cylindrical-coordinate representation of color #3A9ABE: hue angle of 196.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A9ABE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58154190-
CMYK0.690.1900.25
HSL196.36º53.23%48.63%-
HSV(B)196.36º69.47%74.51%-
XYZ22.5927.7352.88-
YUV129.4162.277.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.43%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=14.43%
G=38.31%
B=47.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581541900.690.1900.25196.3653.2348.63
Hex3A9ABE4513019c43531
Octal72232276105230313046561
Binary111010100110101011111010001011001101100111000100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,154,190); }

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

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

 a { background-color: rgb(58,154,190); }

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

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

 span { border-color: rgb(58,154,190); }

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