Html Css Color HEX #396C78 Bismark

📋 copy color: '#396C78'

red 57 ◦ green 108 ◦ blue 120

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

Shades of Bismark #396C78

Tints of Bismark #396C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.11%

R = 20%
G = 37.89%
B = 42.11%

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

#396C78 (or 0x396C78) is known color: Bismark. HEX triplet: 39, 6C and 78. RGB value is (57,108,120). Sum of RGB (Red+Green+Blue) = 57+108+120=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #396C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C78 is #C69387. Grayscale: #5E5E5E. Windows color (decimal): -13013896 or 7892025. OLE color: 7892025.

HSL color Cylindrical-coordinate representation of color #396C78: hue angle of 191.43º degrees, saturation: 0.36, 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 #396C78 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 108 120 -
CMYK 0.52 0.10 0 0.53
HSL 191.43º 0.36% 0.35% -
HSV(B) 191.43º 0.53% 0.47% -
XYZ 10.44 12.95 19.72 -
YUV 94.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 57 108 120 0.52 0.10 0 0.53 191.43 0.36 0.35
Hex 39 6C 78 34 A 0 35 BF 24 23
Octal 71 154 170 64 12 0 65 277 44 43
Binary 111001 1101100 1111000 110100 1010 0 110101 10111111 100100 100011

Color Harmonies of #396C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C78

Black with #396C78

Text Example


Text Example

White with #396C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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