Html Css Color HEX #3F8DA6 Boston Blue

📋 copy color: '#3F8DA6'

red 63 ◦ green 141 ◦ blue 166

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

Shades of Boston Blue #3F8DA6

Tints of Boston Blue #3F8DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.86%

R = 17.03%
G = 38.11%
B = 44.86%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3F8DA6 (or 0x3F8DA6) is known color: Boston Blue. HEX triplet: 3F, 8D and A6. RGB value is (63,141,166). Sum of RGB (Red+Green+Blue) = 63+141+166=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F8DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8DA6 is #C07259. Grayscale: #787878. Windows color (decimal): -12612186 or 10915135. OLE color: 10915135.

HSL color Cylindrical-coordinate representation of color #3F8DA6: hue angle of 194.56º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F8DA6 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 141 166 -
CMYK 0.62 0.15 0 0.35
HSL 194.56º 0.45% 0.45% -
HSV(B) 194.56º 0.62% 0.65% -
XYZ 18.46 22.86 39.52 -
YUV 120.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 63 141 166 0.62 0.15 0 0.35 194.56 0.45 0.45
Hex 3F 8D A6 3E F 0 23 C3 2D 2D
Octal 77 215 246 76 17 0 43 303 55 55
Binary 111111 10001101 10100110 111110 1111 0 100011 11000011 101101 101101

Color Harmonies of #3F8DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8DA6

Black with #3F8DA6

Text Example


Text Example

White with #3F8DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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