Html Css Color HEX #328AAF Boston Blue

📋 copy color: '#328AAF'

red 50 ◦ green 138 ◦ blue 175

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

Shades of Boston Blue #328AAF

Tints of Boston Blue #328AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 13.77%
G = 38.02%
B = 48.21%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#328AAF (or 0x328AAF) is known color: Boston Blue. HEX triplet: 32, 8A and AF. RGB value is (50,138,175). Sum of RGB (Red+Green+Blue) = 50+138+175=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #328AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328AAF is #CD7550. Grayscale: #737373. Windows color (decimal): -13464913 or 11504178. OLE color: 11504178.

HSL color Cylindrical-coordinate representation of color #328AAF: hue angle of 197.76º 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 #328AAF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 138 175 -
CMYK 0.71 0.21 0 0.31
HSL 197.76º 0.56% 0.44% -
HSV(B) 197.76º 0.71% 0.69% -
XYZ 18.14 21.95 43.84 -
YUV 115.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 50 138 175 0.71 0.21 0 0.31 197.76 0.56 0.44
Hex 32 8A AF 47 15 0 1F C6 38 2C
Octal 62 212 257 107 25 0 37 306 70 54
Binary 110010 10001010 10101111 1000111 10101 0 11111 11000110 111000 101100

Color Harmonies of #328AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328AAF

Black with #328AAF

Text Example


Text Example

White with #328AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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