Html Css Color HEX #3591AF Boston Blue

📋 copy color: '#3591AF'

red 53 ◦ green 145 ◦ blue 175

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

Shades of Boston Blue #3591AF

Tints of Boston Blue #3591AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 14.21%
G = 38.87%
B = 46.92%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3591AF (or 0x3591AF) is known color: Boston Blue. HEX triplet: 35, 91 and AF. RGB value is (53,145,175). Sum of RGB (Red+Green+Blue) = 53+145+175=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #3591AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3591AF is #CA6E50. Grayscale: #787878. Windows color (decimal): -13266513 or 11505973. OLE color: 11505973.

HSL color Cylindrical-coordinate representation of color #3591AF: hue angle of 194.75º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3591AF is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 145 175 -
CMYK 0.70 0.17 0 0.31
HSL 194.75º 0.54% 0.45% -
HSV(B) 194.75º 0.7% 0.69% -
XYZ 19.33 24.1 44.19 -
YUV 120.91 158.52 79.56 -
System Red Green Blue C M Y K H S L
Decimal 53 145 175 0.70 0.17 0 0.31 194.75 0.54 0.45
Hex 35 91 AF 46 11 0 1F C3 36 2D
Octal 65 221 257 106 21 0 37 303 66 55
Binary 110101 10010001 10101111 1000110 10001 0 11111 11000011 110110 101101

Color Harmonies of #3591AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3591AF

Black with #3591AF

Text Example


Text Example

White with #3591AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3591AF; }

 p { color: rgb(53,145,175); }

 H1.HeaderClassName
 {
   color: #3591AF;
 }
 .AnyTagClassName
 {
   color: #3591AF;
 }
</style>

background-color css

<style>
 a { background-color: #3591AF; }

 a { background-color: rgb(53,145,175); }

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

border-color css

<style>
 span { border-color: #3591AF; }

 span { border-color: rgb(53,145,175); }

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