#3E96BC

Color #3E96BC Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #3E96BC

Tints of Boston Blue #3E96BC

Color information

#3E96BC (or 0x3E96BC) is unknown color: approx Boston Blue. HEX triplet: 3E, 96 and BC. RGB value is (62,150,188). Sum of RGB (Red+Green+Blue) = 62+150+188=400 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.5% from 400); Green value is 150 (58.98% from 255 or 37.5% 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 #3E96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E96BC is #C16943. Grayscale: #7F7F7F. Windows color (decimal): -12675396 or 12359230. OLE color: 12359230.

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

Color convert

RGB62150188-
CMYK0.670.2000.26
HSL198.1º50.4%49.02%-
HSV(B)198.1º67.02%73.73%-
XYZ21.9726.4751.53-
YUV128.02161.8580.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.5%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 47%
R=15.5%
G=37.5%
B=47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal621501880.670.2000.26198.150.449.02
Hex3E96BC431401Ac63231
Octal76226274103240323066261
Binary111110100101101011110010000111010001101011000110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,150,188); }

 H1.HeaderClassName
 {
   color: #3E96BC;
 }
 .AnyTagClassName
 {
   color: #3E96BC;
 }
</style>
background-color css

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

 a { background-color: rgb(62,150,188); }

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

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

 span { border-color: rgb(62,150,188); }

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