#3C6D78

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

Shades of Bismark #3C6D78

Tints of Bismark #3C6D78

Color information

#3C6D78 (or 0x3C6D78) is unknown color: approx Bismark. HEX triplet: 3C, 6D and 78. RGB value is (60,109,120). Sum of RGB (Red+Green+Blue) = 60+109+120=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C6D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D78 is #C39287. Grayscale: #5F5F5F. Windows color (decimal): -12817032 or 7892284. OLE color: 7892284.

HSL color Cylindrical-coordinate representation of color #3C6D78: hue angle of 191º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C6D78 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB60109120-
CMYK0.50.0900.53
HSL191º33.33%35.29%-
HSV(B)191º50%47.06%-
XYZ10.7213.2519.76-
YUV95.6141.77102.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=20.76%
G=37.72%
B=41.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601091200.50.0900.5319133.3335.29
Hex3C6D78329035bf2123
Octal7415517062110652774143
Binary111100110110111110001100101001011010110111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,109,120); }

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

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

 a { background-color: rgb(60,109,120); }

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

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

 span { border-color: rgb(60,109,120); }

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