#328FB2

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

Shades of Boston Blue #328FB2

Tints of Boston Blue #328FB2

Color information

#328FB2 (or 0x328FB2) is unknown color: approx Boston Blue. HEX triplet: 32, 8F and B2. RGB value is (50,143,178). Sum of RGB (Red+Green+Blue) = 50+143+178=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #328FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FB2 is #CD704D. Grayscale: #767676. Windows color (decimal): -13463630 or 11702066. OLE color: 11702066.

HSL color Cylindrical-coordinate representation of color #328FB2: hue angle of 196.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328FB2 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB50143178-
CMYK0.720.2000.30
HSL196.41º56.14%44.71%-
HSV(B)196.41º71.91%69.8%-
XYZ19.1723.5445.65-
YUV119.18161.1978.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.48%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=13.48%
G=38.54%
B=47.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal501431780.720.2000.30196.4156.1444.71
Hex328FB2481401Ec4382d
Octal62217262110240363047055
Binary110010100011111011001010010001010001111011000100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328FB2; }

 p { color: rgb(50,143,178); }

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

<style>
 a { background-color: #328FB2; }

 a { background-color: rgb(50,143,178); }

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

<style>
 span { border-color: #328FB2; }

 span { border-color: rgb(50,143,178); }

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