#396975

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

Shades of Bismark #396975

Tints of Bismark #396975

Color information

#396975 (or 0x396975) is unknown color: approx Bismark. HEX triplet: 39, 69 and 75. RGB value is (57,105,117). Sum of RGB (Red+Green+Blue) = 57+105+117=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #396975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396975 is #C6968A. Grayscale: #5B5B5B. Windows color (decimal): -13014667 or 7694649. OLE color: 7694649.

HSL color Cylindrical-coordinate representation of color #396975: hue angle of 192º 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 #396975 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57105117-
CMYK0.510.1000.54
HSL192º34.48%34.12%-
HSV(B)192º51.28%45.88%-
XYZ9.9512.2618.67-
YUV92.02142.1103.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=20.43%
G=37.63%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571051170.510.1000.5419234.4834.12
Hex39697533A036c02222
Octal7115116563120663004242
Binary111001110100111101011100111010011011011000000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396975; }

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

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

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

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

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

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

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

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