Html Css Color HEX #3F84AC Boston Blue

📋 copy color: '#3F84AC'

red 63 ◦ green 132 ◦ blue 172

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

Shades of Boston Blue #3F84AC

Tints of Boston Blue #3F84AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 17.17%
G = 35.97%
B = 46.87%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F84AC (or 0x3F84AC) is known color: Boston Blue. HEX triplet: 3F, 84 and AC. RGB value is (63,132,172). Sum of RGB (Red+Green+Blue) = 63+132+172=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F84AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F84AC is #C07B53. Grayscale: #737373. Windows color (decimal): -12614484 or 11306047. OLE color: 11306047.

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

Color convert

RGB 63 132 172 -
CMYK 0.63 0.23 0 0.33
HSL 202.02º 0.46% 0.46% -
HSV(B) 202.02º 0.63% 0.67% -
XYZ 17.75 20.54 42.06 -
YUV 115.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 63 132 172 0.63 0.23 0 0.33 202.02 0.46 0.46
Hex 3F 84 AC 3F 17 0 21 CA 2E 2E
Octal 77 204 254 77 27 0 41 312 56 56
Binary 111111 10000100 10101100 111111 10111 0 100001 11001010 101110 101110

Color Harmonies of #3F84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F84AC

Black with #3F84AC

Text Example


Text Example

White with #3F84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,132,172); }

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

background-color css

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

 a { background-color: rgb(63,132,172); }

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

border-color css

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

 span { border-color: rgb(63,132,172); }

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