#3E6878

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

Shades of Bismark #3E6878

Tints of Bismark #3E6878

Color information

#3E6878 (or 0x3E6878) is unknown color: approx Bismark. HEX triplet: 3E, 68 and 78. RGB value is (62,104,120). Sum of RGB (Red+Green+Blue) = 62+104+120=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6878 is #C19787. Grayscale: #5D5D5D. Windows color (decimal): -12687240 or 7891006. OLE color: 7891006.

HSL color Cylindrical-coordinate representation of color #3E6878: hue angle of 196.55º 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 #3E6878 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB62104120-
CMYK0.480.1300.53
HSL196.55º31.87%35.69%-
HSV(B)196.55º48.33%47.06%-
XYZ10.3312.2819.6-
YUV93.27143.09105.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=21.68%
G=36.36%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621041200.480.1300.53196.5531.8735.69
Hex3E687830D035c52024
Octal7615017060150653054044
Binary111110110100011110001100001101011010111000101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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