Html Css Color HEX #399BBF Boston Blue

📋 copy color: '#399BBF'

red 57 ◦ green 155 ◦ blue 191

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

Shades of Boston Blue #399BBF

Tints of Boston Blue #399BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 14.14%
G = 38.46%
B = 47.39%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#399BBF (or 0x399BBF) is known color: Boston Blue. HEX triplet: 39, 9B and BF. RGB value is (57,155,191). Sum of RGB (Red+Green+Blue) = 57+155+191=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #399BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BBF is #C66440. Grayscale: #818181. Windows color (decimal): -13001793 or 12557113. OLE color: 12557113.

HSL color Cylindrical-coordinate representation of color #399BBF: hue angle of 196.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399BBF is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 155 191 -
CMYK 0.70 0.19 0 0.25
HSL 196.12º 0.54% 0.49% -
HSV(B) 196.12º 0.7% 0.75% -
XYZ 22.81 28.07 53.51 -
YUV 129.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 57 155 191 0.70 0.19 0 0.25 196.12 0.54 0.49
Hex 39 9B BF 46 13 0 19 C4 36 31
Octal 71 233 277 106 23 0 31 304 66 61
Binary 111001 10011011 10111111 1000110 10011 0 11001 11000100 110110 110001

Color Harmonies of #399BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BBF

Black with #399BBF

Text Example


Text Example

White with #399BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399BBF; }

 p { color: rgb(57,155,191); }

 H1.HeaderClassName
 {
   color: #399BBF;
 }
 .AnyTagClassName
 {
   color: #399BBF;
 }
</style>

background-color css

<style>
 a { background-color: #399BBF; }

 a { background-color: rgb(57,155,191); }

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

border-color css

<style>
 span { border-color: #399BBF; }

 span { border-color: rgb(57,155,191); }

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