Html Css Color HEX #3488AC Boston Blue

📋 copy color: '#3488AC'

red 52 ◦ green 136 ◦ blue 172

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

Shades of Boston Blue #3488AC

Tints of Boston Blue #3488AC

RGB

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

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

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

R = 14.44%
G = 37.78%
B = 47.78%

CMYK

 C value IS 0.70

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3488AC (or 0x3488AC) is known color: Boston Blue. HEX triplet: 34, 88 and AC. RGB value is (52,136,172). Sum of RGB (Red+Green+Blue) = 52+136+172=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #3488AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3488AC is #CB7753. Grayscale: #727272. Windows color (decimal): -13334356 or 11307060. OLE color: 11307060.

HSL color Cylindrical-coordinate representation of color #3488AC: hue angle of 198º 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 #3488AC is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 136 172 -
CMYK 0.70 0.21 0 0.33
HSL 198º 0.54% 0.44% -
HSV(B) 198º 0.7% 0.67% -
XYZ 17.67 21.32 42.21 -
YUV 114.99 160.17 83.07 -
System Red Green Blue C M Y K H S L
Decimal 52 136 172 0.70 0.21 0 0.33 198 0.54 0.44
Hex 34 88 AC 46 15 0 21 C6 36 2C
Octal 64 210 254 106 25 0 41 306 66 54
Binary 110100 10001000 10101100 1000110 10101 0 100001 11000110 110110 101100

Color Harmonies of #3488AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3488AC

Black with #3488AC

Text Example


Text Example

White with #3488AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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