Html Css Color HEX #3487AC Boston Blue

📋 copy color: '#3487AC'

red 52 ◦ green 135 ◦ blue 172

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

Shades of Boston Blue #3487AC

Tints of Boston Blue #3487AC

RGB

 RED value IS 52 (20.7% from 255) = 14.48%

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 14.48%
G = 37.6%
B = 47.91%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3487AC (or 0x3487AC) is known color: Boston Blue. HEX triplet: 34, 87 and AC. RGB value is (52,135,172). Sum of RGB (Red+Green+Blue) = 52+135+172=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3487AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3487AC is #CB7853. Grayscale: #727272. Windows color (decimal): -13334612 or 11306804. OLE color: 11306804.

HSL color Cylindrical-coordinate representation of color #3487AC: hue angle of 198.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3487AC is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 135 172 -
CMYK 0.70 0.22 0 0.33
HSL 198.5º 0.54% 0.44% -
HSV(B) 198.5º 0.7% 0.67% -
XYZ 17.53 21.04 42.17 -
YUV 114.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 52 135 172 0.70 0.22 0 0.33 198.5 0.54 0.44
Hex 34 87 AC 46 16 0 21 C6 36 2C
Octal 64 207 254 106 26 0 41 306 66 54
Binary 110100 10000111 10101100 1000110 10110 0 100001 11000110 110110 101100

Color Harmonies of #3487AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3487AC

Black with #3487AC

Text Example


Text Example

White with #3487AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3487AC; }

 p { color: rgb(52,135,172); }

 H1.HeaderClassName
 {
   color: #3487AC;
 }
 .AnyTagClassName
 {
   color: #3487AC;
 }
</style>

background-color css

<style>
 a { background-color: #3487AC; }

 a { background-color: rgb(52,135,172); }

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

border-color css

<style>
 span { border-color: #3487AC; }

 span { border-color: rgb(52,135,172); }

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