#3E6478

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

Shades of Bismark #3E6478

Tints of Bismark #3E6478

Color information

#3E6478 (or 0x3E6478) is unknown color: approx Bismark. HEX triplet: 3E, 64 and 78. RGB value is (62,100,120). Sum of RGB (Red+Green+Blue) = 62+100+120=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E6478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6478 is #C19B87. Grayscale: #5A5A5A. Windows color (decimal): -12688264 or 7889982. OLE color: 7889982.

HSL color Cylindrical-coordinate representation of color #3E6478: hue angle of 200.69º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E6478 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB62100120-
CMYK0.480.1700.53
HSL200.69º31.87%35.69%-
HSV(B)200.69º48.33%47.06%-
XYZ9.9311.4919.46-
YUV90.92144.41107.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=21.99%
G=35.46%
B=42.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621001200.480.1700.53200.6931.8735.69
Hex3E64783011035c92024
Octal7614417060210653114044
Binary1111101100100111100011000010001011010111001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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