#399AAC

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

Shades of Boston Blue #399AAC

Tints of Boston Blue #399AAC

Color information

#399AAC (or 0x399AAC) is unknown color: approx Boston Blue. HEX triplet: 39, 9A and AC. RGB value is (57,154,172). Sum of RGB (Red+Green+Blue) = 57+154+172=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #399AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAC is #C66553. Grayscale: #7E7E7E. Windows color (decimal): -13002068 or 11311673. OLE color: 11311673.

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

Color convert

RGB57154172-
CMYK0.670.1000.33
HSL189.39º50.22%44.9%-
HSV(B)189.39º66.86%67.45%-
XYZ20.6926.9643.14-
YUV127.05153.3678.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=14.88%
G=40.21%
B=44.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571541720.670.1000.33189.3950.2244.9
Hex399AAC43A021bd322d
Octal71232254103120412756255
Binary111001100110101010110010000111010010000110111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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