#3C95B2

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

Shades of Boston Blue #3C95B2

Tints of Boston Blue #3C95B2

Color information

#3C95B2 (or 0x3C95B2) is unknown color: approx Boston Blue. HEX triplet: 3C, 95 and B2. RGB value is (60,149,178). Sum of RGB (Red+Green+Blue) = 60+149+178=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C95B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C95B2 is #C36A4D. Grayscale: #7D7D7D. Windows color (decimal): -12806734 or 11703612. OLE color: 11703612.

HSL color Cylindrical-coordinate representation of color #3C95B2: hue angle of 194.75º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C95B2 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB60149178-
CMYK0.660.1600.30
HSL194.75º49.58%46.67%-
HSV(B)194.75º66.29%69.8%-
XYZ20.6525.6745.99-
YUV125.7157.5181.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.50%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=15.50%
G=38.50%
B=45.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601491780.660.1600.30194.7549.5846.67
Hex3C95B2421001Ec3322f
Octal74225262102200363036257
Binary111100100101011011001010000101000001111011000011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C95B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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