#399ABC

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

Shades of Boston Blue #399ABC

Tints of Boston Blue #399ABC

Color information

#399ABC (or 0x399ABC) is unknown color: approx Boston Blue. HEX triplet: 39, 9A and BC. RGB value is (57,154,188). Sum of RGB (Red+Green+Blue) = 57+154+188=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #399ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ABC is #C66543. Grayscale: #808080. Windows color (decimal): -13002052 or 12360249. OLE color: 12360249.

HSL color Cylindrical-coordinate representation of color #399ABC: hue angle of 195.57º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399ABC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57154188-
CMYK0.700.1800.26
HSL195.57º53.47%48.04%-
HSV(B)195.57º69.68%73.73%-
XYZ22.3227.6151.73-
YUV128.87161.3676.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.29%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=14.29%
G=38.60%
B=47.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571541880.700.1800.26195.5753.4748.04
Hex399ABC461201Ac43530
Octal71232274106220323046560
Binary111001100110101011110010001101001001101011000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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