#3C6576

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

Shades of Bismark #3C6576

Tints of Bismark #3C6576

Color information

#3C6576 (or 0x3C6576) is unknown color: approx Bismark. HEX triplet: 3C, 65 and 76. RGB value is (60,101,118). Sum of RGB (Red+Green+Blue) = 60+101+118=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6576 is #C39A89. Grayscale: #5A5A5A. Windows color (decimal): -12819082 or 7759164. OLE color: 7759164.

HSL color Cylindrical-coordinate representation of color #3C6576: hue angle of 197.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6576 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB60101118-
CMYK0.490.1400.54
HSL197.59º32.58%34.9%-
HSV(B)197.59º49.15%46.27%-
XYZ9.7911.5818.86-
YUV90.68143.42106.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=21.51%
G=36.20%
B=42.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601011180.490.1400.54197.5932.5834.9
Hex3C657631E036c62123
Octal7414516661160663064143
Binary111100110010111101101100011110011011011000110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,101,118); }

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

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

 a { background-color: rgb(60,101,118); }

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

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

 span { border-color: rgb(60,101,118); }

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