Html Css Color HEX #3FA4AB Boston Blue

📋 copy color: '#3FA4AB'

red 63 ◦ green 164 ◦ blue 171

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

Shades of Boston Blue #3FA4AB

Tints of Boston Blue #3FA4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.21%

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

R = 15.83%
G = 41.21%
B = 42.96%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3FA4AB (or 0x3FA4AB) is known color: Boston Blue. HEX triplet: 3F, A4 and AB. RGB value is (63,164,171). Sum of RGB (Red+Green+Blue) = 63+164+171=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #3FA4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA4AB is #C05B54. Grayscale: #868686. Windows color (decimal): -12606293 or 11248703. OLE color: 11248703.

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

Color convert

RGB 63 164 171 -
CMYK 0.63 0.04 0 0.33
HSL 183.89º 0.46% 0.46% -
HSV(B) 183.89º 0.63% 0.67% -
XYZ 22.68 30.55 43.23 -
YUV 134.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 63 164 171 0.63 0.04 0 0.33 183.89 0.46 0.46
Hex 3F A4 AB 3F 4 0 21 B8 2E 2E
Octal 77 244 253 77 4 0 41 270 56 56
Binary 111111 10100100 10101011 111111 100 0 100001 10111000 101110 101110

Color Harmonies of #3FA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA4AB

Black with #3FA4AB

Text Example


Text Example

White with #3FA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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