Html Css Color HEX #3A8DAC Boston Blue

📋 copy color: '#3A8DAC'

red 58 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #3A8DAC

Tints of Boston Blue #3A8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.01%

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

R = 15.63%
G = 38.01%
B = 46.36%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A8DAC (or 0x3A8DAC) is known color: Boston Blue. HEX triplet: 3A, 8D and AC. RGB value is (58,141,172). Sum of RGB (Red+Green+Blue) = 58+141+172=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A8DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8DAC is #C57253. Grayscale: #777777. Windows color (decimal): -12939860 or 11308346. OLE color: 11308346.

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

Color convert

RGB 58 141 172 -
CMYK 0.66 0.18 0 0.33
HSL 196.32º 0.5% 0.45% -
HSV(B) 196.32º 0.66% 0.67% -
XYZ 18.72 22.93 42.47 -
YUV 119.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 58 141 172 0.66 0.18 0 0.33 196.32 0.5 0.45
Hex 3A 8D AC 42 12 0 21 C4 32 2D
Octal 72 215 254 102 22 0 41 304 62 55
Binary 111010 10001101 10101100 1000010 10010 0 100001 11000100 110010 101101

Color Harmonies of #3A8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8DAC

Black with #3A8DAC

Text Example


Text Example

White with #3A8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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