#3993AA

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

Shades of Boston Blue #3993AA

Tints of Boston Blue #3993AA

Color information

#3993AA (or 0x3993AA) is unknown color: approx Boston Blue. HEX triplet: 39, 93 and AA. RGB value is (57,147,170). Sum of RGB (Red+Green+Blue) = 57+147+170=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #3993AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3993AA is #C66C55. Grayscale: #7A7A7A. Windows color (decimal): -13003862 or 11178809. OLE color: 11178809.

HSL color Cylindrical-coordinate representation of color #3993AA: hue angle of 192.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3993AA is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57147170-
CMYK0.660.1400.33
HSL192.21º49.78%44.51%-
HSV(B)192.21º66.47%66.67%-
XYZ19.3824.6441.76-
YUV122.71154.6881.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.24%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=15.24%
G=39.30%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571471700.660.1400.33192.2149.7844.51
Hex3993AA42E021c0322d
Octal71223252102160413006255
Binary111001100100111010101010000101110010000111000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3993AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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