Html Css Color HEX #3FA0AB Boston Blue

📋 copy color: '#3FA0AB'

red 63 ◦ green 160 ◦ blue 171

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

Shades of Boston Blue #3FA0AB

Tints of Boston Blue #3FA0AB

RGB

 RED value IS 63 (25% from 255) = 15.99%

 GREEN value IS 160 (62.89% from 255) = 40.61%

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

R = 15.99%
G = 40.61%
B = 43.4%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3FA0AB (or 0x3FA0AB) is known color: Boston Blue. HEX triplet: 3F, A0 and AB. RGB value is (63,160,171). Sum of RGB (Red+Green+Blue) = 63+160+171=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #3FA0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA0AB is #C05F54. Grayscale: #848484. Windows color (decimal): -12607317 or 11247679. OLE color: 11247679.

HSL color Cylindrical-coordinate representation of color #3FA0AB: hue angle of 186.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA0AB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 160 171 -
CMYK 0.63 0.06 0 0.33
HSL 186.11º 0.46% 0.46% -
HSV(B) 186.11º 0.63% 0.67% -
XYZ 21.97 29.14 42.99 -
YUV 132.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 63 160 171 0.63 0.06 0 0.33 186.11 0.46 0.46
Hex 3F A0 AB 3F 6 0 21 BA 2E 2E
Octal 77 240 253 77 6 0 41 272 56 56
Binary 111111 10100000 10101011 111111 110 0 100001 10111010 101110 101110

Color Harmonies of #3FA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA0AB

Black with #3FA0AB

Text Example


Text Example

White with #3FA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,171); }

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

background-color css

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

 a { background-color: rgb(63,160,171); }

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

border-color css

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

 span { border-color: rgb(63,160,171); }

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