Html Css Color HEX #396B77 Bismark

📋 copy color: '#396B77'

red 57 ◦ green 107 ◦ blue 119

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

Shades of Bismark #396B77

Tints of Bismark #396B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 20.14%
G = 37.81%
B = 42.05%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396B77 (or 0x396B77) is known color: Bismark. HEX triplet: 39, 6B and 77. RGB value is (57,107,119). Sum of RGB (Red+Green+Blue) = 57+107+119=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #396B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B77 is #C69488. Grayscale: #5D5D5D. Windows color (decimal): -13014153 or 7826233. OLE color: 7826233.

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

Color convert

RGB 57 107 119 -
CMYK 0.52 0.10 0 0.53
HSL 191.61º 0.35% 0.35% -
HSV(B) 191.61º 0.52% 0.47% -
XYZ 10.27 12.72 19.37 -
YUV 93.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 57 107 119 0.52 0.10 0 0.53 191.61 0.35 0.35
Hex 39 6B 77 34 A 0 35 C0 23 23
Octal 71 153 167 64 12 0 65 300 43 43
Binary 111001 1101011 1110111 110100 1010 0 110101 11000000 100011 100011

Color Harmonies of #396B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B77

Black with #396B77

Text Example


Text Example

White with #396B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,119); }

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

background-color css

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

 a { background-color: rgb(57,107,119); }

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

border-color css

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

 span { border-color: rgb(57,107,119); }

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