Html Css Color HEX #3FA0BC Boston Blue

📋 copy color: '#3FA0BC'

red 63 ◦ green 160 ◦ blue 188

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

Shades of Boston Blue #3FA0BC

Tints of Boston Blue #3FA0BC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 15.33%
G = 38.93%
B = 45.74%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3FA0BC (or 0x3FA0BC) is known color: Boston Blue. HEX triplet: 3F, A0 and BC. RGB value is (63,160,188). Sum of RGB (Red+Green+Blue) = 63+160+188=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FA0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA0BC is #C05F43. Grayscale: #858585. Windows color (decimal): -12607300 or 12361791. OLE color: 12361791.

HSL color Cylindrical-coordinate representation of color #3FA0BC: hue angle of 193.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FA0BC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 160 188 -
CMYK 0.66 0.15 0 0.26
HSL 193.44º 0.5% 0.49% -
HSV(B) 193.44º 0.66% 0.74% -
XYZ 23.7 29.83 52.09 -
YUV 134.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 63 160 188 0.66 0.15 0 0.26 193.44 0.5 0.49
Hex 3F A0 BC 42 F 0 1A C1 32 31
Octal 77 240 274 102 17 0 32 301 62 61
Binary 111111 10100000 10111100 1000010 1111 0 11010 11000001 110010 110001

Color Harmonies of #3FA0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA0BC

Black with #3FA0BC

Text Example


Text Example

White with #3FA0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,160,188); }

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

background-color css

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

 a { background-color: rgb(63,160,188); }

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

border-color css

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

 span { border-color: rgb(63,160,188); }

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