Html Css Color HEX #3997BC Boston Blue

📋 copy color: '#3997BC'

red 57 ◦ green 151 ◦ blue 188

#3997BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #3997BC

Tints of Boston Blue #3997BC

RGB

 RED value IS 57 (22.66% from 255) = 14.39%

 GREEN value IS 151 (59.38% from 255) = 38.13%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 14.39%
G = 38.13%
B = 47.47%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3997BC (or 0x3997BC) is known color: Boston Blue. HEX triplet: 39, 97 and BC. RGB value is (57,151,188). Sum of RGB (Red+Green+Blue) = 57+151+188=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #3997BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997BC is #C66843. Grayscale: #7E7E7E. Windows color (decimal): -13002820 or 12359481. OLE color: 12359481.

HSL color Cylindrical-coordinate representation of color #3997BC: hue angle of 196.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3997BC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 151 188 -
CMYK 0.70 0.20 0 0.26
HSL 196.95º 0.53% 0.48% -
HSV(B) 196.95º 0.7% 0.74% -
XYZ 21.83 26.63 51.57 -
YUV 127.11 162.36 77.99 -
System Red Green Blue C M Y K H S L
Decimal 57 151 188 0.70 0.20 0 0.26 196.95 0.53 0.48
Hex 39 97 BC 46 14 0 1A C5 35 30
Octal 71 227 274 106 24 0 32 305 65 60
Binary 111001 10010111 10111100 1000110 10100 0 11010 11000101 110101 110000

Color Harmonies of #3997BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3997BC

Black with #3997BC

Text Example


Text Example

White with #3997BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3997BC;
 }
 .AnyTagClassName
 {
   color: #3997BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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