Html Css Color HEX #3995BA Boston Blue

📋 copy color: '#3995BA'

red 57 ◦ green 149 ◦ blue 186

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

Shades of Boston Blue #3995BA

Tints of Boston Blue #3995BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 14.54%
G = 38.01%
B = 47.45%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3995BA (or 0x3995BA) is known color: Boston Blue. HEX triplet: 39, 95 and BA. RGB value is (57,149,186). Sum of RGB (Red+Green+Blue) = 57+149+186=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #3995BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3995BA is #C66A45. Grayscale: #7D7D7D. Windows color (decimal): -13003334 or 12227897. OLE color: 12227897.

HSL color Cylindrical-coordinate representation of color #3995BA: hue angle of 197.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3995BA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 149 186 -
CMYK 0.69 0.20 0 0.27
HSL 197.21º 0.53% 0.48% -
HSV(B) 197.21º 0.69% 0.73% -
XYZ 21.3 25.91 50.33 -
YUV 125.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 57 149 186 0.69 0.20 0 0.27 197.21 0.53 0.48
Hex 39 95 BA 45 14 0 1B C5 35 30
Octal 71 225 272 105 24 0 33 305 65 60
Binary 111001 10010101 10111010 1000101 10100 0 11011 11000101 110101 110000

Color Harmonies of #3995BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3995BA

Black with #3995BA

Text Example


Text Example

White with #3995BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3995BA; }

 p { color: rgb(57,149,186); }

 H1.HeaderClassName
 {
   color: #3995BA;
 }
 .AnyTagClassName
 {
   color: #3995BA;
 }
</style>

background-color css

<style>
 a { background-color: #3995BA; }

 a { background-color: rgb(57,149,186); }

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

border-color css

<style>
 span { border-color: #3995BA; }

 span { border-color: rgb(57,149,186); }

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