Html Css Color HEX #328BAF Boston Blue

📋 copy color: '#328BAF'

red 50 ◦ green 139 ◦ blue 175

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

Shades of Boston Blue #328BAF

Tints of Boston Blue #328BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 13.74%
G = 38.19%
B = 48.08%

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

#328BAF (or 0x328BAF) is known color: Boston Blue. HEX triplet: 32, 8B and AF. RGB value is (50,139,175). Sum of RGB (Red+Green+Blue) = 50+139+175=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #328BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAF is #CD7450. Grayscale: #747474. Windows color (decimal): -13464657 or 11504434. OLE color: 11504434.

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

Color convert

RGB 50 139 175 -
CMYK 0.71 0.21 0 0.31
HSL 197.28º 0.56% 0.44% -
HSV(B) 197.28º 0.71% 0.69% -
XYZ 18.29 22.24 43.89 -
YUV 116.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 50 139 175 0.71 0.21 0 0.31 197.28 0.56 0.44
Hex 32 8B AF 47 15 0 1F C5 38 2C
Octal 62 213 257 107 25 0 37 305 70 54
Binary 110010 10001011 10101111 1000111 10101 0 11111 11000101 111000 101100

Color Harmonies of #328BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BAF

Black with #328BAF

Text Example


Text Example

White with #328BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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