Html Css Color HEX #3A90AC Boston Blue

📋 copy color: '#3A90AC'

red 58 ◦ green 144 ◦ blue 172

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

Shades of Boston Blue #3A90AC

Tints of Boston Blue #3A90AC

RGB

 RED value IS 58 (23.05% from 255) = 15.51%

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

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

R = 15.51%
G = 38.5%
B = 45.99%

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

#3A90AC (or 0x3A90AC) is known color: Boston Blue. HEX triplet: 3A, 90 and AC. RGB value is (58,144,172). Sum of RGB (Red+Green+Blue) = 58+144+172=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A90AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A90AC is #C56F53. Grayscale: #797979. Windows color (decimal): -12939092 or 11309114. OLE color: 11309114.

HSL color Cylindrical-coordinate representation of color #3A90AC: hue angle of 194.74º degrees, saturation: 0.5, 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 #3A90AC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 144 172 -
CMYK 0.66 0.16 0 0.33
HSL 194.74º 0.5% 0.45% -
HSV(B) 194.74º 0.66% 0.67% -
XYZ 19.16 23.82 42.62 -
YUV 121.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 58 144 172 0.66 0.16 0 0.33 194.74 0.5 0.45
Hex 3A 90 AC 42 10 0 21 C3 32 2D
Octal 72 220 254 102 20 0 41 303 62 55
Binary 111010 10010000 10101100 1000010 10000 0 100001 11000011 110010 101101

Color Harmonies of #3A90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A90AC

Black with #3A90AC

Text Example


Text Example

White with #3A90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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