Html Css Color HEX #3288AD Boston Blue

📋 copy color: '#3288AD'

red 50 ◦ green 136 ◦ blue 173

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

Shades of Boston Blue #3288AD

Tints of Boston Blue #3288AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 13.93%
G = 37.88%
B = 48.19%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3288AD (or 0x3288AD) is known color: Boston Blue. HEX triplet: 32, 88 and AD. RGB value is (50,136,173). Sum of RGB (Red+Green+Blue) = 50+136+173=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #3288AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288AD is #CD7752. Grayscale: #727272. Windows color (decimal): -13465427 or 11372594. OLE color: 11372594.

HSL color Cylindrical-coordinate representation of color #3288AD: hue angle of 198.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3288AD is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 136 173 -
CMYK 0.71 0.21 0 0.32
HSL 198.05º 0.55% 0.44% -
HSV(B) 198.05º 0.71% 0.68% -
XYZ 17.66 21.3 42.72 -
YUV 114.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 50 136 173 0.71 0.21 0 0.32 198.05 0.55 0.44
Hex 32 88 AD 47 15 0 20 C6 37 2C
Octal 62 210 255 107 25 0 40 306 67 54
Binary 110010 10001000 10101101 1000111 10101 0 100000 11000110 110111 101100

Color Harmonies of #3288AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288AD

Black with #3288AD

Text Example


Text Example

White with #3288AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3288AD; }

 p { color: rgb(50,136,173); }

 H1.HeaderClassName
 {
   color: #3288AD;
 }
 .AnyTagClassName
 {
   color: #3288AD;
 }
</style>

background-color css

<style>
 a { background-color: #3288AD; }

 a { background-color: rgb(50,136,173); }

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

border-color css

<style>
 span { border-color: #3288AD; }

 span { border-color: rgb(50,136,173); }

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