Html Css Color HEX #3F95BC Boston Blue

📋 copy color: '#3F95BC'

red 63 ◦ green 149 ◦ blue 188

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

Shades of Boston Blue #3F95BC

Tints of Boston Blue #3F95BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 15.75%
G = 37.25%
B = 47%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F95BC (or 0x3F95BC) is known color: Boston Blue. HEX triplet: 3F, 95 and BC. RGB value is (63,149,188). Sum of RGB (Red+Green+Blue) = 63+149+188=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F95BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F95BC is #C06A43. Grayscale: #7F7F7F. Windows color (decimal): -12610116 or 12358975. OLE color: 12358975.

HSL color Cylindrical-coordinate representation of color #3F95BC: hue angle of 198.72º 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 #3F95BC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 149 188 -
CMYK 0.66 0.21 0 0.26
HSL 198.72º 0.5% 0.49% -
HSV(B) 198.72º 0.66% 0.74% -
XYZ 21.87 26.18 51.48 -
YUV 127.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 63 149 188 0.66 0.21 0 0.26 198.72 0.5 0.49
Hex 3F 95 BC 42 15 0 1A C7 32 31
Octal 77 225 274 102 25 0 32 307 62 61
Binary 111111 10010101 10111100 1000010 10101 0 11010 11000111 110010 110001

Color Harmonies of #3F95BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F95BC

Black with #3F95BC

Text Example


Text Example

White with #3F95BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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