#328DB1

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

Shades of Boston Blue #328DB1

Tints of Boston Blue #328DB1

Color information

#328DB1 (or 0x328DB1) is unknown color: approx Boston Blue. HEX triplet: 32, 8D and B1. RGB value is (50,141,177). Sum of RGB (Red+Green+Blue) = 50+141+177=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #328DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DB1 is #CD724E. Grayscale: #757575. Windows color (decimal): -13464143 or 11636018. OLE color: 11636018.

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

Color convert

RGB50141177-
CMYK0.720.2000.31
HSL197.01º55.95%44.51%-
HSV(B)197.01º71.75%69.41%-
XYZ18.7822.945.03-
YUV117.9161.3579.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.59%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=13.59%
G=38.32%
B=48.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501411770.720.2000.31197.0155.9544.51
Hex328DB1481401Fc5382d
Octal62215261110240373057055
Binary110010100011011011000110010001010001111111000101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,177); }

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

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

 a { background-color: rgb(50,141,177); }

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

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

 span { border-color: rgb(50,141,177); }

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