#3A94B5

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

Shades of Boston Blue #3A94B5

Tints of Boston Blue #3A94B5

Color information

#3A94B5 (or 0x3A94B5) is unknown color: approx Boston Blue. HEX triplet: 3A, 94 and B5. RGB value is (58,148,181). Sum of RGB (Red+Green+Blue) = 58+148+181=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A94B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A94B5 is #C56B4A. Grayscale: #7C7C7C. Windows color (decimal): -12938059 or 11899962. OLE color: 11899962.

HSL color Cylindrical-coordinate representation of color #3A94B5: hue angle of 196.1º 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 #3A94B5 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB58148181-
CMYK0.680.1800.29
HSL196.1º51.46%46.86%-
HSV(B)196.1º67.96%70.98%-
XYZ20.6825.4247.53-
YUV124.85159.6880.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=14.99%
G=38.24%
B=46.77%

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
Decimal581481810.680.1800.29196.151.4646.86
Hex3A94B5441201Dc4332f
Octal72224265104220353046357
Binary111010100101001011010110001001001001110111000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,181); }

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

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

 a { background-color: rgb(58,148,181); }

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

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

 span { border-color: rgb(58,148,181); }

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