#3d96bc

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

Shades of Boston Blue #3D96BC

Tints of Boston Blue #3D96BC

Color information

#3D96BC (or 0x3D96BC) is unknown color: approx Boston Blue. HEX triplet: 3D, 96 and BC. RGB value is (61,150,188). Sum of RGB (Red+Green+Blue) = 61+150+188=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D96BC is #C26943. Grayscale: #7F7F7F. Windows color (decimal): -12740932 or 12359229. OLE color: 12359229.

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

Color convert

RGB61150188-
CMYK0.680.2000.26
HSL197.95º51%48.82%-
HSV(B)197.95º67.55%73.73%-
XYZ21.9126.4451.52-
YUV127.72162.0180.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.29%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=15.29%
G=37.59%
B=47.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611501880.680.2000.26197.955148.82
Hex3D96BC441401Ac63331
Octal75226274104240323066361
Binary111101100101101011110010001001010001101011000110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d96bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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