Html Css Color HEX #396874 Bismark

📋 copy color: '#396874'

red 57 ◦ green 104 ◦ blue 116

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

Shades of Bismark #396874

Tints of Bismark #396874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 20.58%
G = 37.55%
B = 41.88%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396874 (or 0x396874) is known color: Bismark. HEX triplet: 39, 68 and 74. RGB value is (57,104,116). Sum of RGB (Red+Green+Blue) = 57+104+116=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #396874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396874 is #C6978B. Grayscale: #5B5B5B. Windows color (decimal): -13014924 or 7628857. OLE color: 7628857.

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

Color convert

RGB 57 104 116 -
CMYK 0.51 0.10 0 0.55
HSL 192.2º 0.34% 0.34% -
HSV(B) 192.2º 0.51% 0.45% -
XYZ 9.79 12.03 18.33 -
YUV 91.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 57 104 116 0.51 0.10 0 0.55 192.2 0.34 0.34
Hex 39 68 74 33 A 0 37 C0 22 22
Octal 71 150 164 63 12 0 67 300 42 42
Binary 111001 1101000 1110100 110011 1010 0 110111 11000000 100010 100010

Color Harmonies of #396874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396874

Black with #396874

Text Example


Text Example

White with #396874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396874; }

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

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

background-color css

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

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

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

border-color css

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

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

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