Html Css Color HEX #3997BD Boston Blue

📋 copy color: '#3997BD'

red 57 ◦ green 151 ◦ blue 189

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

Shades of Boston Blue #3997BD

Tints of Boston Blue #3997BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 14.36%
G = 38.04%
B = 47.61%

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

#3997BD (or 0x3997BD) is known color: Boston Blue. HEX triplet: 39, 97 and BD. RGB value is (57,151,189). Sum of RGB (Red+Green+Blue) = 57+151+189=397 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.36% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #3997BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997BD is #C66842. Grayscale: #7E7E7E. Windows color (decimal): -13002819 or 12425017. OLE color: 12425017.

HSL color Cylindrical-coordinate representation of color #3997BD: hue angle of 197.27º degrees, saturation: 0.54, 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 #3997BD is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 151 189 -
CMYK 0.70 0.20 0 0.26
HSL 197.27º 0.54% 0.48% -
HSV(B) 197.27º 0.7% 0.74% -
XYZ 21.94 26.68 52.14 -
YUV 127.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 57 151 189 0.70 0.20 0 0.26 197.27 0.54 0.48
Hex 39 97 BD 46 14 0 1A C5 36 30
Octal 71 227 275 106 24 0 32 305 66 60
Binary 111001 10010111 10111101 1000110 10100 0 11010 11000101 110110 110000

Color Harmonies of #3997BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3997BD

Black with #3997BD

Text Example


Text Example

White with #3997BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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