Html Css Color HEX #396C79 Bismark

📋 copy color: '#396C79'

red 57 ◦ green 108 ◦ blue 121

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

Shades of Bismark #396C79

Tints of Bismark #396C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 19.93%
G = 37.76%
B = 42.31%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396C79 (or 0x396C79) is known color: Bismark. HEX triplet: 39, 6C and 79. RGB value is (57,108,121). Sum of RGB (Red+Green+Blue) = 57+108+121=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #396C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C79 is #C69386. Grayscale: #5E5E5E. Windows color (decimal): -13013895 or 7957561. OLE color: 7957561.

HSL color Cylindrical-coordinate representation of color #396C79: hue angle of 192.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #396C79 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 108 121 -
CMYK 0.53 0.11 0 0.53
HSL 192.19º 0.36% 0.35% -
HSV(B) 192.19º 0.53% 0.47% -
XYZ 10.5 12.98 20.04 -
YUV 94.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 57 108 121 0.53 0.11 0 0.53 192.19 0.36 0.35
Hex 39 6C 79 35 B 0 35 C0 24 23
Octal 71 154 171 65 13 0 65 300 44 43
Binary 111001 1101100 1111001 110101 1011 0 110101 11000000 100100 100011

Color Harmonies of #396C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C79

Black with #396C79

Text Example


Text Example

White with #396C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396C79; }

 p { color: rgb(57,108,121); }

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

background-color css

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

 a { background-color: rgb(57,108,121); }

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

border-color css

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

 span { border-color: rgb(57,108,121); }

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