#3A95B2

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

Shades of Boston Blue #3A95B2

Tints of Boston Blue #3A95B2

Color information

#3A95B2 (or 0x3A95B2) is unknown color: approx Boston Blue. HEX triplet: 3A, 95 and B2. RGB value is (58,149,178). Sum of RGB (Red+Green+Blue) = 58+149+178=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A95B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A95B2 is #C56A4D. Grayscale: #7C7C7C. Windows color (decimal): -12937806 or 11703610. OLE color: 11703610.

HSL color Cylindrical-coordinate representation of color #3A95B2: hue angle of 194.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A95B2 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58149178-
CMYK0.670.1600.30
HSL194.5º50.85%46.27%-
HSV(B)194.5º67.42%69.8%-
XYZ20.5325.6145.98-
YUV125.1157.8580.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=15.06%
G=38.70%
B=46.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581491780.670.1600.30194.550.8546.27
Hex3A95B2431001Ec2332e
Octal72225262103200363026356
Binary111010100101011011001010000111000001111011000010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A95B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,149,178); }

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

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

 a { background-color: rgb(58,149,178); }

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

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

 span { border-color: rgb(58,149,178); }

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