#3997B4

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

Shades of Boston Blue #3997B4

Tints of Boston Blue #3997B4

Color information

#3997B4 (or 0x3997B4) is unknown color: approx Boston Blue. HEX triplet: 39, 97 and B4. RGB value is (57,151,180). Sum of RGB (Red+Green+Blue) = 57+151+180=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #3997B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997B4 is #C6684B. Grayscale: #7D7D7D. Windows color (decimal): -13002828 or 11835193. OLE color: 11835193.

HSL color Cylindrical-coordinate representation of color #3997B4: hue angle of 194.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3997B4 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57151180-
CMYK0.680.1600.29
HSL194.15º51.9%46.47%-
HSV(B)194.15º68.33%70.59%-
XYZ20.9926.347.15-
YUV126.2158.3678.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=14.69%
G=38.92%
B=46.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571511800.680.1600.29194.1551.946.47
Hex3997B4441001Dc2342e
Octal71227264104200353026456
Binary111001100101111011010010001001000001110111000010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3997B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3997B4; }

 p { color: rgb(57,151,180); }

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

<style>
 a { background-color: #3997B4; }

 a { background-color: rgb(57,151,180); }

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

<style>
 span { border-color: #3997B4; }

 span { border-color: rgb(57,151,180); }

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