#396878

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

Shades of Bismark #396878

Tints of Bismark #396878

Color information

#396878 (or 0x396878) is unknown color: approx Bismark. HEX triplet: 39, 68 and 78. RGB value is (57,104,120). Sum of RGB (Red+Green+Blue) = 57+104+120=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #396878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396878 is #C69787. Grayscale: #5B5B5B. Windows color (decimal): -13014920 or 7891001. OLE color: 7891001.

HSL color Cylindrical-coordinate representation of color #396878: hue angle of 195.24º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396878 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57104120-
CMYK0.520.1300.53
HSL195.24º35.59%34.71%-
HSV(B)195.24º52.5%47.06%-
XYZ10.0312.1319.58-
YUV91.77143.93103.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=20.28%
G=37.01%
B=42.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571041200.520.1300.53195.2435.5934.71
Hex39687834D035c32423
Octal7115017064150653034443
Binary111001110100011110001101001101011010111000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396878; }

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

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

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

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

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

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

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

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