#396875

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

Shades of Bismark #396875

Tints of Bismark #396875

Color information

#396875 (or 0x396875) is unknown color: approx Bismark. HEX triplet: 39, 68 and 75. RGB value is (57,104,117). Sum of RGB (Red+Green+Blue) = 57+104+117=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #396875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396875 is #C6978A. Grayscale: #5B5B5B. Windows color (decimal): -13014923 or 7694393. OLE color: 7694393.

HSL color Cylindrical-coordinate representation of color #396875: hue angle of 193º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396875 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57104117-
CMYK0.510.1100.54
HSL193º34.48%34.12%-
HSV(B)193º51.28%45.88%-
XYZ9.8512.0518.64-
YUV91.43142.43103.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=20.50%
G=37.41%
B=42.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571041170.510.1100.5419334.4834.12
Hex39687533B036c12222
Octal7115016563130663014242
Binary111001110100011101011100111011011011011000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396875; }

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

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

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

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

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

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

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

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