#396778

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

Shades of Bismark #396778

Tints of Bismark #396778

Color information

#396778 (or 0x396778) is unknown color: approx Bismark. HEX triplet: 39, 67 and 78. RGB value is (57,103,120). Sum of RGB (Red+Green+Blue) = 57+103+120=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #396778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396778 is #C69887. Grayscale: #5B5B5B. Windows color (decimal): -13015176 or 7890745. OLE color: 7890745.

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

Color convert

RGB57103120-
CMYK0.520.1400.53
HSL196.19º35.59%34.71%-
HSV(B)196.19º52.5%47.06%-
XYZ9.9311.9319.55-
YUV91.18144.26103.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=20.36%
G=36.79%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571031200.520.1400.53196.1935.5934.71
Hex39677834E035c42423
Octal7114717064160653044443
Binary111001110011111110001101001110011010111000100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396778; }

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

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

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

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

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

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

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

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