#3E6473

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

Shades of Bismark #3E6473

Tints of Bismark #3E6473

Color information

#3E6473 (or 0x3E6473) is unknown color: approx Bismark. HEX triplet: 3E, 64 and 73. RGB value is (62,100,115). Sum of RGB (Red+Green+Blue) = 62+100+115=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6473 is #C19B8C. Grayscale: #5A5A5A. Windows color (decimal): -12688269 or 7562302. OLE color: 7562302.

HSL color Cylindrical-coordinate representation of color #3E6473: hue angle of 196.98º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E6473 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB62100115-
CMYK0.460.1300.55
HSL196.98º29.94%34.71%-
HSV(B)196.98º46.09%45.1%-
XYZ9.6411.3817.91-
YUV90.35141.91107.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.38%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=22.38%
G=36.10%
B=41.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621001150.460.1300.55196.9829.9434.71
Hex3E64732ED037c51e23
Octal7614416356150673053643
Binary11111011001001110011101110110101101111100010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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