Html Css Color HEX #3F8CAA Boston Blue

📋 copy color: '#3F8CAA'

red 63 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #3F8CAA

Tints of Boston Blue #3F8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 16.89%
G = 37.53%
B = 45.58%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F8CAA (or 0x3F8CAA) is known color: Boston Blue. HEX triplet: 3F, 8C and AA. RGB value is (63,140,170). Sum of RGB (Red+Green+Blue) = 63+140+170=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8CAA is #C07355. Grayscale: #787878. Windows color (decimal): -12612438 or 11177023. OLE color: 11177023.

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

Color convert

RGB 63 140 170 -
CMYK 0.63 0.18 0 0.33
HSL 196.82º 0.46% 0.46% -
HSV(B) 196.82º 0.63% 0.67% -
XYZ 18.68 22.72 41.43 -
YUV 120.4 155.99 87.06 -
System Red Green Blue C M Y K H S L
Decimal 63 140 170 0.63 0.18 0 0.33 196.82 0.46 0.46
Hex 3F 8C AA 3F 12 0 21 C5 2E 2E
Octal 77 214 252 77 22 0 41 305 56 56
Binary 111111 10001100 10101010 111111 10010 0 100001 11000101 101110 101110

Color Harmonies of #3F8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8CAA

Black with #3F8CAA

Text Example


Text Example

White with #3F8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,140,170); }

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

background-color css

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

 a { background-color: rgb(63,140,170); }

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

border-color css

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

 span { border-color: rgb(63,140,170); }

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