Html Css Color HEX #3B90AC Boston Blue

📋 copy color: '#3B90AC'

red 59 ◦ green 144 ◦ blue 172

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

Shades of Boston Blue #3B90AC

Tints of Boston Blue #3B90AC

RGB

 RED value IS 59 (23.44% from 255) = 15.73%

 GREEN value IS 144 (56.64% from 255) = 38.4%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 15.73%
G = 38.4%
B = 45.87%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B90AC (or 0x3B90AC) is known color: Boston Blue. HEX triplet: 3B, 90 and AC. RGB value is (59,144,172). Sum of RGB (Red+Green+Blue) = 59+144+172=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B90AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B90AC is #C46F53. Grayscale: #797979. Windows color (decimal): -12873556 or 11309115. OLE color: 11309115.

HSL color Cylindrical-coordinate representation of color #3B90AC: hue angle of 194.87º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B90AC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 144 172 -
CMYK 0.66 0.16 0 0.33
HSL 194.87º 0.49% 0.45% -
HSV(B) 194.87º 0.66% 0.67% -
XYZ 19.22 23.85 42.62 -
YUV 121.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 59 144 172 0.66 0.16 0 0.33 194.87 0.49 0.45
Hex 3B 90 AC 42 10 0 21 C3 31 2D
Octal 73 220 254 102 20 0 41 303 61 55
Binary 111011 10010000 10101100 1000010 10000 0 100001 11000011 110001 101101

Color Harmonies of #3B90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B90AC

Black with #3B90AC

Text Example


Text Example

White with #3B90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B90AC; }

 p { color: rgb(59,144,172); }

 H1.HeaderClassName
 {
   color: #3B90AC;
 }
 .AnyTagClassName
 {
   color: #3B90AC;
 }
</style>

background-color css

<style>
 a { background-color: #3B90AC; }

 a { background-color: rgb(59,144,172); }

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

border-color css

<style>
 span { border-color: #3B90AC; }

 span { border-color: rgb(59,144,172); }

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