Html Css Color HEX #396873 Bismark

📋 copy color: '#396873'

red 57 ◦ green 104 ◦ blue 115

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

Shades of Bismark #396873

Tints of Bismark #396873

RGB

 RED value IS 57 (22.66% from 255) = 20.65%

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 20.65%
G = 37.68%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396873 (or 0x396873) is known color: Bismark. HEX triplet: 39, 68 and 73. RGB value is (57,104,115). Sum of RGB (Red+Green+Blue) = 57+104+115=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #396873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396873 is #C6978C. Grayscale: #5B5B5B. Windows color (decimal): -13014925 or 7563321. OLE color: 7563321.

HSL color Cylindrical-coordinate representation of color #396873: hue angle of 191.38º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396873 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 104 115 -
CMYK 0.50 0.10 0 0.55
HSL 191.38º 0.34% 0.34% -
HSV(B) 191.38º 0.5% 0.45% -
XYZ 9.73 12.01 18.02 -
YUV 91.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 57 104 115 0.50 0.10 0 0.55 191.38 0.34 0.34
Hex 39 68 73 32 A 0 37 BF 22 22
Octal 71 150 163 62 12 0 67 277 42 42
Binary 111001 1101000 1110011 110010 1010 0 110111 10111111 100010 100010

Color Harmonies of #396873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396873

Black with #396873

Text Example


Text Example

White with #396873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396873; }

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

 H1.HeaderClassName
 {
   color: #396873;
 }
 .AnyTagClassName
 {
   color: #396873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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