#3C95B0

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

Shades of Boston Blue #3C95B0

Tints of Boston Blue #3C95B0

Color information

#3C95B0 (or 0x3C95B0) is unknown color: approx Boston Blue. HEX triplet: 3C, 95 and B0. RGB value is (60,149,176). Sum of RGB (Red+Green+Blue) = 60+149+176=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C95B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C95B0 is #C36A4F. Grayscale: #7D7D7D. Windows color (decimal): -12806736 or 11572540. OLE color: 11572540.

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

Color convert

RGB60149176-
CMYK0.660.1500.31
HSL193.97º49.15%46.27%-
HSV(B)193.97º65.91%69.02%-
XYZ20.4525.5944.94-
YUV125.47156.5181.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.58%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=15.58%
G=38.70%
B=45.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601491760.660.1500.31193.9749.1546.27
Hex3C95B042F01Fc2312e
Octal74225260102170373026156
Binary11110010010101101100001000010111101111111000010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,176); }

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

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

 a { background-color: rgb(60,149,176); }

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

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

 span { border-color: rgb(60,149,176); }

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