Html Css Color HEX #396A76 Bismark

📋 copy color: '#396A76'

red 57 ◦ green 106 ◦ blue 118

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

Shades of Bismark #396A76

Tints of Bismark #396A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.72%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 20.28%
G = 37.72%
B = 41.99%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396A76 (or 0x396A76) is known color: Bismark. HEX triplet: 39, 6A and 76. RGB value is (57,106,118). Sum of RGB (Red+Green+Blue) = 57+106+118=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #396A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A76 is #C69589. Grayscale: #5C5C5C. Windows color (decimal): -13014410 or 7760441. OLE color: 7760441.

HSL color Cylindrical-coordinate representation of color #396A76: hue angle of 191.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396A76 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 106 118 -
CMYK 0.52 0.10 0 0.54
HSL 191.8º 0.35% 0.34% -
HSV(B) 191.8º 0.52% 0.46% -
XYZ 10.11 12.49 19.02 -
YUV 92.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 57 106 118 0.52 0.10 0 0.54 191.8 0.35 0.34
Hex 39 6A 76 34 A 0 36 C0 23 22
Octal 71 152 166 64 12 0 66 300 43 42
Binary 111001 1101010 1110110 110100 1010 0 110110 11000000 100011 100010

Color Harmonies of #396A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A76

Black with #396A76

Text Example


Text Example

White with #396A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,118); }

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

background-color css

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

 a { background-color: rgb(57,106,118); }

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

border-color css

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

 span { border-color: rgb(57,106,118); }

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