#399AAE

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

Shades of Boston Blue #399AAE

Tints of Boston Blue #399AAE

Color information

#399AAE (or 0x399AAE) is unknown color: approx Boston Blue. HEX triplet: 39, 9A and AE. RGB value is (57,154,174). Sum of RGB (Red+Green+Blue) = 57+154+174=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #399AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAE is #C66551. Grayscale: #7F7F7F. Windows color (decimal): -13002066 or 11442745. OLE color: 11442745.

HSL color Cylindrical-coordinate representation of color #399AAE: hue angle of 190.26º degrees, saturation: 0.51, 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 #399AAE is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57154174-
CMYK0.670.1100.32
HSL190.26º50.65%45.29%-
HSV(B)190.26º67.24%68.24%-
XYZ20.8827.0444.16-
YUV127.28154.3677.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=14.81%
G=40%
B=45.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571541740.670.1100.32190.2650.6545.29
Hex399AAE43B020be332d
Octal71232256103130402766355
Binary111001100110101010111010000111011010000010111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,154,174); }

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

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

 a { background-color: rgb(57,154,174); }

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

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

 span { border-color: rgb(57,154,174); }

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