Html Css Color HEX #3FA6AE Boston Blue

📋 copy color: '#3FA6AE'

red 63 ◦ green 166 ◦ blue 174

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

Shades of Boston Blue #3FA6AE

Tints of Boston Blue #3FA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 15.63%
G = 41.19%
B = 43.18%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3FA6AE (or 0x3FA6AE) is known color: Boston Blue. HEX triplet: 3F, A6 and AE. RGB value is (63,166,174). Sum of RGB (Red+Green+Blue) = 63+166+174=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FA6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA6AE is #C05951. Grayscale: #878787. Windows color (decimal): -12605778 or 11445823. OLE color: 11445823.

HSL color Cylindrical-coordinate representation of color #3FA6AE: hue angle of 184.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA6AE is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 166 174 -
CMYK 0.64 0.05 0 0.32
HSL 184.32º 0.47% 0.46% -
HSV(B) 184.32º 0.64% 0.68% -
XYZ 23.33 31.39 44.87 -
YUV 136.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 63 166 174 0.64 0.05 0 0.32 184.32 0.47 0.46
Hex 3F A6 AE 40 5 0 20 B8 2F 2E
Octal 77 246 256 100 5 0 40 270 57 56
Binary 111111 10100110 10101110 1000000 101 0 100000 10111000 101111 101110

Color Harmonies of #3FA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA6AE

Black with #3FA6AE

Text Example


Text Example

White with #3FA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,166,174); }

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

background-color css

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

 a { background-color: rgb(63,166,174); }

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

border-color css

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

 span { border-color: rgb(63,166,174); }

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