#328BB0

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

Shades of Boston Blue #328BB0

Tints of Boston Blue #328BB0

Color information

#328BB0 (or 0x328BB0) is unknown color: approx Boston Blue. HEX triplet: 32, 8B and B0. RGB value is (50,139,176). Sum of RGB (Red+Green+Blue) = 50+139+176=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #328BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BB0 is #CD744F. Grayscale: #747474. Windows color (decimal): -13464656 or 11569970. OLE color: 11569970.

HSL color Cylindrical-coordinate representation of color #328BB0: hue angle of 197.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328BB0 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50139176-
CMYK0.720.2100.31
HSL197.62º55.75%44.31%-
HSV(B)197.62º71.59%69.02%-
XYZ18.3822.2844.41-
YUV116.61161.5180.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=13.70%
G=38.08%
B=48.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501391760.720.2100.31197.6255.7544.31
Hex328BB0481501Fc6382c
Octal62213260110250373067054
Binary110010100010111011000010010001010101111111000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,176); }

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

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

 a { background-color: rgb(50,139,176); }

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

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

 span { border-color: rgb(50,139,176); }

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