Html Css Color HEX #3485AA Boston Blue

📋 copy color: '#3485AA'

red 52 ◦ green 133 ◦ blue 170

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

Shades of Boston Blue #3485AA

Tints of Boston Blue #3485AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 14.65%
G = 37.46%
B = 47.89%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3485AA (or 0x3485AA) is known color: Boston Blue. HEX triplet: 34, 85 and AA. RGB value is (52,133,170). Sum of RGB (Red+Green+Blue) = 52+133+170=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3485AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3485AA is #CB7A55. Grayscale: #707070. Windows color (decimal): -13335126 or 11175220. OLE color: 11175220.

HSL color Cylindrical-coordinate representation of color #3485AA: hue angle of 198.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3485AA is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 133 170 -
CMYK 0.69 0.22 0 0.33
HSL 198.81º 0.53% 0.44% -
HSV(B) 198.81º 0.69% 0.67% -
XYZ 17.06 20.41 41.07 -
YUV 113 160.16 84.49 -
System Red Green Blue C M Y K H S L
Decimal 52 133 170 0.69 0.22 0 0.33 198.81 0.53 0.44
Hex 34 85 AA 45 16 0 21 C7 35 2C
Octal 64 205 252 105 26 0 41 307 65 54
Binary 110100 10000101 10101010 1000101 10110 0 100001 11000111 110101 101100

Color Harmonies of #3485AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485AA

Black with #3485AA

Text Example


Text Example

White with #3485AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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