#399BB1

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

Shades of Boston Blue #399BB1

Tints of Boston Blue #399BB1

Color information

#399BB1 (or 0x399BB1) is unknown color: approx Boston Blue. HEX triplet: 39, 9B and B1. RGB value is (57,155,177). Sum of RGB (Red+Green+Blue) = 57+155+177=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #399BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BB1 is #C6644E. Grayscale: #808080. Windows color (decimal): -13001807 or 11639609. OLE color: 11639609.

HSL color Cylindrical-coordinate representation of color #399BB1: hue angle of 191º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399BB1 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57155177-
CMYK0.680.1200.31
HSL191º51.28%45.88%-
HSV(B)191º67.8%69.41%-
XYZ21.3427.4945.78-
YUV128.21155.5377.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.65%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=14.65%
G=39.85%
B=45.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571551770.680.1200.3119151.2845.88
Hex399BB144C01Fbf332e
Octal71233261104140372776356
Binary11100110011011101100011000100110001111110111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #399BB1;
 }
 .AnyTagClassName
 {
   color: #399BB1;
 }
</style>
background-color css

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

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

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

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

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

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