Html Css Color HEX #3999BD Boston Blue

📋 copy color: '#3999BD'

red 57 ◦ green 153 ◦ blue 189

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

Shades of Boston Blue #3999BD

Tints of Boston Blue #3999BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 14.29%
G = 38.35%
B = 47.37%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3999BD (or 0x3999BD) is known color: Boston Blue. HEX triplet: 39, 99 and BD. RGB value is (57,153,189). Sum of RGB (Red+Green+Blue) = 57+153+189=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #3999BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3999BD is #C66642. Grayscale: #808080. Windows color (decimal): -13002307 or 12425529. OLE color: 12425529.

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

Color convert

RGB 57 153 189 -
CMYK 0.70 0.19 0 0.26
HSL 196.36º 0.54% 0.48% -
HSV(B) 196.36º 0.7% 0.74% -
XYZ 22.26 27.33 52.25 -
YUV 128.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 57 153 189 0.70 0.19 0 0.26 196.36 0.54 0.48
Hex 39 99 BD 46 13 0 1A C4 36 30
Octal 71 231 275 106 23 0 32 304 66 60
Binary 111001 10011001 10111101 1000110 10011 0 11010 11000100 110110 110000

Color Harmonies of #3999BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3999BD

Black with #3999BD

Text Example


Text Example

White with #3999BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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