#3993B3

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

Shades of Boston Blue #3993B3

Tints of Boston Blue #3993B3

Color information

#3993B3 (or 0x3993B3) is unknown color: approx Boston Blue. HEX triplet: 39, 93 and B3. RGB value is (57,147,179). Sum of RGB (Red+Green+Blue) = 57+147+179=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #3993B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3993B3 is #C66C4C. Grayscale: #7B7B7B. Windows color (decimal): -13003853 or 11768633. OLE color: 11768633.

HSL color Cylindrical-coordinate representation of color #3993B3: hue angle of 195.74º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3993B3 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57147179-
CMYK0.680.1800.30
HSL195.74º51.69%46.27%-
HSV(B)195.74º68.16%70.2%-
XYZ20.2624.9946.4-
YUV123.74159.1880.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=14.88%
G=38.38%
B=46.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571471790.680.1800.30195.7451.6946.27
Hex3993B3441201Ec4342e
Octal71223263104220363046456
Binary111001100100111011001110001001001001111011000100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3993B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3993B3; }

 p { color: rgb(57,147,179); }

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

<style>
 a { background-color: #3993B3; }

 a { background-color: rgb(57,147,179); }

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

<style>
 span { border-color: #3993B3; }

 span { border-color: rgb(57,147,179); }

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