#399BB0

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

Shades of Boston Blue #399BB0

Tints of Boston Blue #399BB0

Color information

#399BB0 (or 0x399BB0) is unknown color: approx Boston Blue. HEX triplet: 39, 9B and B0. RGB value is (57,155,176). Sum of RGB (Red+Green+Blue) = 57+155+176=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #399BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BB0 is #C6644F. Grayscale: #7F7F7F. Windows color (decimal): -13001808 or 11574073. OLE color: 11574073.

HSL color Cylindrical-coordinate representation of color #399BB0: hue angle of 190.59º 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 #399BB0 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57155176-
CMYK0.680.1200.31
HSL190.59º51.07%45.69%-
HSV(B)190.59º67.61%69.02%-
XYZ21.2527.4545.25-
YUV128.09155.0377.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=14.69%
G=39.95%
B=45.36%

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
Decimal571551760.680.1200.31190.5951.0745.69
Hex399BB044C01Fbf332e
Octal71233260104140372776356
Binary11100110011011101100001000100110001111110111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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