Html Css Color HEX #3A8EAB Boston Blue

📋 copy color: '#3A8EAB'

red 58 ◦ green 142 ◦ blue 171

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

Shades of Boston Blue #3A8EAB

Tints of Boston Blue #3A8EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

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

R = 15.63%
G = 38.27%
B = 46.09%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A8EAB (or 0x3A8EAB) is known color: Boston Blue. HEX triplet: 3A, 8E and AB. RGB value is (58,142,171). Sum of RGB (Red+Green+Blue) = 58+142+171=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A8EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8EAB is #C57154. Grayscale: #777777. Windows color (decimal): -12939605 or 11243066. OLE color: 11243066.

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

Color convert

RGB 58 142 171 -
CMYK 0.66 0.17 0 0.33
HSL 195.4º 0.49% 0.45% -
HSV(B) 195.4º 0.66% 0.67% -
XYZ 18.77 23.19 42.01 -
YUV 120.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 58 142 171 0.66 0.17 0 0.33 195.4 0.49 0.45
Hex 3A 8E AB 42 11 0 21 C3 31 2D
Octal 72 216 253 102 21 0 41 303 61 55
Binary 111010 10001110 10101011 1000010 10001 0 100001 11000011 110001 101101

Color Harmonies of #3A8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8EAB

Black with #3A8EAB

Text Example


Text Example

White with #3A8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,142,171); }

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

background-color css

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

 a { background-color: rgb(58,142,171); }

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

border-color css

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

 span { border-color: rgb(58,142,171); }

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