#399BAD

Color #399BAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #399BAD

Tints of Boston Blue #399BAD

Color information

#399BAD (or 0x399BAD) is unknown color: approx 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

RGB57155173-
CMYK0.670.1000.32
HSL189.31º50.43%45.1%-
HSV(B)189.31º67.05%67.84%-
XYZ20.9527.3343.71-
YUV127.75153.5377.54-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571551730.670.1000.32189.3150.4345.1
Hex399BAD43A020bd322d
Octal71233255103120402756255
Binary111001100110111010110110000111010010000010111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>