Html Css Color HEX #399BAD Boston Blue

📋 copy color: '#399BAD'

red 57 ◦ green 155 ◦ blue 173

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

Shades of Boston Blue #399BAD

Tints of Boston Blue #399BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 14.81%
G = 40.26%
B = 44.94%

CMYK

 C value IS 0.67

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#399BAD (or 0x399BAD) is known color: Boston Blue. HEX triplet: 39, 9B and AD. RGB value is (57,155,173). Sum of RGB (Red+Green+Blue) = 57+155+173=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #399BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BAD is #C66452. Grayscale: #7F7F7F. Windows color (decimal): -13001811 or 11377465. OLE color: 11377465.

HSL color Cylindrical-coordinate representation of color #399BAD: hue angle of 189.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399BAD is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 155 173 -
CMYK 0.67 0.10 0 0.32
HSL 189.31º 0.5% 0.45% -
HSV(B) 189.31º 0.67% 0.68% -
XYZ 20.95 27.33 43.71 -
YUV 127.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 57 155 173 0.67 0.10 0 0.32 189.31 0.5 0.45
Hex 39 9B AD 43 A 0 20 BD 32 2D
Octal 71 233 255 103 12 0 40 275 62 55
Binary 111001 10011011 10101101 1000011 1010 0 100000 10111101 110010 101101

Color Harmonies of #399BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BAD

Black with #399BAD

Text Example


Text Example

White with #399BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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