Html Css Color HEX #396977 Bismark

📋 copy color: '#396977'

red 57 ◦ green 105 ◦ blue 119

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

Shades of Bismark #396977

Tints of Bismark #396977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

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

R = 20.28%
G = 37.37%
B = 42.35%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396977 (or 0x396977) is known color: Bismark. HEX triplet: 39, 69 and 77. RGB value is (57,105,119). Sum of RGB (Red+Green+Blue) = 57+105+119=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #396977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396977 is #C69688. Grayscale: #5C5C5C. Windows color (decimal): -13014665 or 7825721. OLE color: 7825721.

HSL color Cylindrical-coordinate representation of color #396977: hue angle of 193.55º 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 #396977 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 105 119 -
CMYK 0.52 0.12 0 0.53
HSL 193.55º 0.35% 0.35% -
HSV(B) 193.55º 0.52% 0.47% -
XYZ 10.07 12.3 19.3 -
YUV 92.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 57 105 119 0.52 0.12 0 0.53 193.55 0.35 0.35
Hex 39 69 77 34 C 0 35 C2 23 23
Octal 71 151 167 64 14 0 65 302 43 43
Binary 111001 1101001 1110111 110100 1100 0 110101 11000010 100011 100011

Color Harmonies of #396977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396977

Black with #396977

Text Example


Text Example

White with #396977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396977; }

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

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

background-color css

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

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

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

border-color css

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

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

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