#3B94AF

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

Shades of Boston Blue #3B94AF

Tints of Boston Blue #3B94AF

Color information

#3B94AF (or 0x3B94AF) is unknown color: approx Boston Blue. HEX triplet: 3B, 94 and AF. RGB value is (59,148,175). Sum of RGB (Red+Green+Blue) = 59+148+175=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B94AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B94AF is #C46B50. Grayscale: #7C7C7C. Windows color (decimal): -12872529 or 11506747. OLE color: 11506747.

HSL color Cylindrical-coordinate representation of color #3B94AF: hue angle of 193.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B94AF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB59148175-
CMYK0.660.1500.31
HSL193.97º49.57%45.88%-
HSV(B)193.97º66.29%68.63%-
XYZ20.1325.244.36-
YUV124.47156.5181.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=15.45%
G=38.74%
B=45.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591481750.660.1500.31193.9749.5745.88
Hex3B94AF42F01Fc2322e
Octal73224257102170373026256
Binary11101110010100101011111000010111101111111000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,148,175); }

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

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

 a { background-color: rgb(59,148,175); }

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

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

 span { border-color: rgb(59,148,175); }

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