Html Css Color HEX #399BBD Boston Blue

📋 copy color: '#399BBD'

red 57 ◦ green 155 ◦ blue 189

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

Shades of Boston Blue #399BBD

Tints of Boston Blue #399BBD

RGB

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

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

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

R = 14.21%
G = 38.65%
B = 47.13%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#399BBD (or 0x399BBD) is known color: Boston Blue. HEX triplet: 39, 9B and BD. RGB value is (57,155,189). Sum of RGB (Red+Green+Blue) = 57+155+189=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #399BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BBD is #C66442. Grayscale: #818181. Windows color (decimal): -13001795 or 12426041. OLE color: 12426041.

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

Color convert

RGB 57 155 189 -
CMYK 0.70 0.18 0 0.26
HSL 195.45º 0.54% 0.48% -
HSV(B) 195.45º 0.7% 0.74% -
XYZ 22.59 27.99 52.36 -
YUV 129.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 57 155 189 0.70 0.18 0 0.26 195.45 0.54 0.48
Hex 39 9B BD 46 12 0 1A C3 36 30
Octal 71 233 275 106 22 0 32 303 66 60
Binary 111001 10011011 10111101 1000110 10010 0 11010 11000011 110110 110000

Color Harmonies of #399BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BBD

Black with #399BBD

Text Example


Text Example

White with #399BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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