#396978

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

Shades of Bismark #396978

Tints of Bismark #396978

Color information

#396978 (or 0x396978) is unknown color: approx Bismark. HEX triplet: 39, 69 and 78. RGB value is (57,105,120). Sum of RGB (Red+Green+Blue) = 57+105+120=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 105 (41.41% from 255 or 37.23% 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 #396978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396978 is #C69687. Grayscale: #5C5C5C. Windows color (decimal): -13014664 or 7891257. OLE color: 7891257.

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

Color convert

RGB57105120-
CMYK0.520.1300.53
HSL194.29º35.59%34.71%-
HSV(B)194.29º52.5%47.06%-
XYZ10.1312.3319.62-
YUV92.36143.6102.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=20.21%
G=37.23%
B=42.55%

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
Decimal571051200.520.1300.53194.2935.5934.71
Hex39697834D035c22423
Octal7115117064150653024443
Binary111001110100111110001101001101011010111000010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396978; }

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

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

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

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

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

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

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

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