Html Css Color HEX #328FB3 Boston Blue

📋 copy color: '#328FB3'

red 50 ◦ green 143 ◦ blue 179

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

Shades of Boston Blue #328FB3

Tints of Boston Blue #328FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 13.44%
G = 38.44%
B = 48.12%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#328FB3 (or 0x328FB3) is known color: Boston Blue. HEX triplet: 32, 8F and B3. RGB value is (50,143,179). Sum of RGB (Red+Green+Blue) = 50+143+179=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #328FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FB3 is #CD704C. Grayscale: #777777. Windows color (decimal): -13463629 or 11767602. OLE color: 11767602.

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

Color convert

RGB 50 143 179 -
CMYK 0.72 0.20 0 0.30
HSL 196.74º 0.56% 0.45% -
HSV(B) 196.74º 0.72% 0.7% -
XYZ 19.27 23.58 46.18 -
YUV 119.3 161.69 78.57 -
System Red Green Blue C M Y K H S L
Decimal 50 143 179 0.72 0.20 0 0.30 196.74 0.56 0.45
Hex 32 8F B3 48 14 0 1E C5 38 2D
Octal 62 217 263 110 24 0 36 305 70 55
Binary 110010 10001111 10110011 1001000 10100 0 11110 11000101 111000 101101

Color Harmonies of #328FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FB3

Black with #328FB3

Text Example


Text Example

White with #328FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,179); }

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

background-color css

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

 a { background-color: rgb(50,143,179); }

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

border-color css

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

 span { border-color: rgb(50,143,179); }

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