Html Css Color HEX #3585AB Boston Blue

📋 copy color: '#3585AB'

red 53 ◦ green 133 ◦ blue 171

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

Shades of Boston Blue #3585AB

Tints of Boston Blue #3585AB

RGB

 RED value IS 53 (21.09% from 255) = 14.85%

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

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

R = 14.85%
G = 37.25%
B = 47.9%

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

#3585AB (or 0x3585AB) is known color: Boston Blue. HEX triplet: 35, 85 and AB. RGB value is (53,133,171). Sum of RGB (Red+Green+Blue) = 53+133+171=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3585AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3585AB is #CA7A54. Grayscale: #717171. Windows color (decimal): -13269589 or 11240757. OLE color: 11240757.

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

Color convert

RGB 53 133 171 -
CMYK 0.69 0.22 0 0.33
HSL 199.32º 0.53% 0.44% -
HSV(B) 199.32º 0.69% 0.67% -
XYZ 17.21 20.47 41.57 -
YUV 113.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 53 133 171 0.69 0.22 0 0.33 199.32 0.53 0.44
Hex 35 85 AB 45 16 0 21 C7 35 2C
Octal 65 205 253 105 26 0 41 307 65 54
Binary 110101 10000101 10101011 1000101 10110 0 100001 11000111 110101 101100

Color Harmonies of #3585AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3585AB

Black with #3585AB

Text Example


Text Example

White with #3585AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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