Html Css Color HEX #3485AB Boston Blue

📋 copy color: '#3485AB'

red 52 ◦ green 133 ◦ blue 171

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

Shades of Boston Blue #3485AB

Tints of Boston Blue #3485AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 14.61%
G = 37.36%
B = 48.03%

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

#3485AB (or 0x3485AB) is known color: Boston Blue. HEX triplet: 34, 85 and AB. RGB value is (52,133,171). Sum of RGB (Red+Green+Blue) = 52+133+171=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3485AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3485AB is #CB7A54. Grayscale: #707070. Windows color (decimal): -13335125 or 11240756. OLE color: 11240756.

HSL color Cylindrical-coordinate representation of color #3485AB: hue angle of 199.16º degrees, saturation: 0.53, 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 #3485AB is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 133 171 -
CMYK 0.70 0.22 0 0.33
HSL 199.16º 0.53% 0.44% -
HSV(B) 199.16º 0.7% 0.67% -
XYZ 17.15 20.45 41.57 -
YUV 113.11 160.66 84.41 -
System Red Green Blue C M Y K H S L
Decimal 52 133 171 0.70 0.22 0 0.33 199.16 0.53 0.44
Hex 34 85 AB 46 16 0 21 C7 35 2C
Octal 64 205 253 106 26 0 41 307 65 54
Binary 110100 10000101 10101011 1000110 10110 0 100001 11000111 110101 101100

Color Harmonies of #3485AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485AB

Black with #3485AB

Text Example


Text Example

White with #3485AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3485AB; }

 p { color: rgb(52,133,171); }

 H1.HeaderClassName
 {
   color: #3485AB;
 }
 .AnyTagClassName
 {
   color: #3485AB;
 }
</style>

background-color css

<style>
 a { background-color: #3485AB; }

 a { background-color: rgb(52,133,171); }

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

border-color css

<style>
 span { border-color: #3485AB; }

 span { border-color: rgb(52,133,171); }

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