#3E6676

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

Shades of Bismark #3E6676

Tints of Bismark #3E6676

Color information

#3E6676 (or 0x3E6676) is unknown color: approx Bismark. HEX triplet: 3E, 66 and 76. RGB value is (62,102,118). Sum of RGB (Red+Green+Blue) = 62+102+118=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6676 is #C19989. Grayscale: #5B5B5B. Windows color (decimal): -12687754 or 7759422. OLE color: 7759422.

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

Color convert

RGB62102118-
CMYK0.470.1400.54
HSL197.14º31.11%35.29%-
HSV(B)197.14º47.46%46.27%-
XYZ10.0111.8318.9-
YUV91.86142.75106.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=21.99%
G=36.17%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621021180.470.1400.54197.1431.1135.29
Hex3E66762FE036c51f23
Octal7614616657160663053743
Binary11111011001101110110101111111001101101100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,102,118); }

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

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

 a { background-color: rgb(62,102,118); }

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

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

 span { border-color: rgb(62,102,118); }

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