Html Css Color HEX #396975 Bismark

📋 copy color: '#396975'

red 57 ◦ green 105 ◦ blue 117

#396975
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #396975

Tints of Bismark #396975

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 value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396975 (or 0x396975) is known color: 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

RGB 57 105 117 -
CMYK 0.51 0.10 0 0.54
HSL 192º 0.34% 0.34% -
HSV(B) 192º 0.51% 0.46% -
XYZ 9.95 12.26 18.67 -
YUV 92.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 57 105 117 0.51 0.10 0 0.54 192 0.34 0.34
Hex 39 69 75 33 A 0 36 C0 22 22
Octal 71 151 165 63 12 0 66 300 42 42
Binary 111001 1101001 1110101 110011 1010 0 110110 11000000 100010 100010

Color Harmonies of #396975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396975

Black with #396975

Text Example


Text Example

White with #396975

Text Example


Text Example

HTML Codes & Css Web 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>