Html Css Color HEX #328DAF Boston Blue

📋 copy color: '#328DAF'

red 50 ◦ green 141 ◦ blue 175

#328DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #328DAF

Tints of Boston Blue #328DAF

RGB

 RED value IS 50 (19.92% from 255) = 13.66%

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 13.66%
G = 38.52%
B = 47.81%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#328DAF (or 0x328DAF) is known color: Boston Blue. HEX triplet: 32, 8D and AF. RGB value is (50,141,175). Sum of RGB (Red+Green+Blue) = 50+141+175=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #328DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DAF is #CD7250. Grayscale: #757575. Windows color (decimal): -13464145 or 11504946. OLE color: 11504946.

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

Color convert

RGB 50 141 175 -
CMYK 0.71 0.19 0 0.31
HSL 196.32º 0.56% 0.44% -
HSV(B) 196.32º 0.71% 0.69% -
XYZ 18.58 22.82 43.98 -
YUV 117.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 50 141 175 0.71 0.19 0 0.31 196.32 0.56 0.44
Hex 32 8D AF 47 13 0 1F C4 38 2C
Octal 62 215 257 107 23 0 37 304 70 54
Binary 110010 10001101 10101111 1000111 10011 0 11111 11000100 111000 101100

Color Harmonies of #328DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DAF

Black with #328DAF

Text Example


Text Example

White with #328DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #328DAF;
 }
 .AnyTagClassName
 {
   color: #328DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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