#3A93B4

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

Shades of Boston Blue #3A93B4

Tints of Boston Blue #3A93B4

Color information

#3A93B4 (or 0x3A93B4) is unknown color: approx Boston Blue. HEX triplet: 3A, 93 and B4. RGB value is (58,147,180). Sum of RGB (Red+Green+Blue) = 58+147+180=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A93B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A93B4 is #C56C4B. Grayscale: #7B7B7B. Windows color (decimal): -12938316 or 11834170. OLE color: 11834170.

HSL color Cylindrical-coordinate representation of color #3A93B4: hue angle of 196.23º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A93B4 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB58147180-
CMYK0.680.1800.29
HSL196.23º51.26%46.67%-
HSV(B)196.23º67.78%70.59%-
XYZ20.4225.0646.94-
YUV124.15159.5180.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=15.06%
G=38.18%
B=46.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581471800.680.1800.29196.2351.2646.67
Hex3A93B4441201Dc4332f
Octal72223264104220353046357
Binary111010100100111011010010001001001001110111000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A93B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,180); }

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

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

 a { background-color: rgb(58,147,180); }

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

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

 span { border-color: rgb(58,147,180); }

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