Html Css Color HEX #3586AB Boston Blue

📋 copy color: '#3586AB'

red 53 ◦ green 134 ◦ blue 171

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

Shades of Boston Blue #3586AB

Tints of Boston Blue #3586AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 14.8%
G = 37.43%
B = 47.77%

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

#3586AB (or 0x3586AB) is known color: Boston Blue. HEX triplet: 35, 86 and AB. RGB value is (53,134,171). Sum of RGB (Red+Green+Blue) = 53+134+171=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3586AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3586AB is #CA7954. Grayscale: #717171. Windows color (decimal): -13269333 or 11241013. OLE color: 11241013.

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

Color convert

RGB 53 134 171 -
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.34 20.75 41.62 -
YUV 114 160.16 84.49 -
System Red Green Blue C M Y K H S L
Decimal 53 134 171 0.69 0.22 0 0.33 198.81 0.53 0.44
Hex 35 86 AB 45 16 0 21 C7 35 2C
Octal 65 206 253 105 26 0 41 307 65 54
Binary 110101 10000110 10101011 1000101 10110 0 100001 11000111 110101 101100

Color Harmonies of #3586AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3586AB

Black with #3586AB

Text Example


Text Example

White with #3586AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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