#3E6476

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

Shades of Bismark #3E6476

Tints of Bismark #3E6476

Color information

#3E6476 (or 0x3E6476) is unknown color: approx Bismark. HEX triplet: 3E, 64 and 76. RGB value is (62,100,118). Sum of RGB (Red+Green+Blue) = 62+100+118=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6476 is #C19B89. Grayscale: #5A5A5A. Windows color (decimal): -12688266 or 7758910. OLE color: 7758910.

HSL color Cylindrical-coordinate representation of color #3E6476: hue angle of 199.29º 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 #3E6476 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB62100118-
CMYK0.470.1500.54
HSL199.29º31.11%35.29%-
HSV(B)199.29º47.46%46.27%-
XYZ9.8111.4518.83-
YUV90.69143.41107.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.14%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=22.14%
G=35.71%
B=42.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621001180.470.1500.54199.2931.1135.29
Hex3E64762FF036c71f23
Octal7614416657170663073743
Binary11111011001001110110101111111101101101100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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