Html Css Color HEX #396778 Bismark

📋 copy color: '#396778'

red 57 ◦ green 103 ◦ blue 120

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

Shades of Bismark #396778

Tints of Bismark #396778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 20.36%
G = 36.79%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396778 (or 0x396778) is known color: Bismark. HEX triplet: 39, 67 and 78. RGB value is (57,103,120). Sum of RGB (Red+Green+Blue) = 57+103+120=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #396778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396778 is #C69887. Grayscale: #5B5B5B. Windows color (decimal): -13015176 or 7890745. OLE color: 7890745.

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

Color convert

RGB 57 103 120 -
CMYK 0.52 0.14 0 0.53
HSL 196.19º 0.36% 0.35% -
HSV(B) 196.19º 0.53% 0.47% -
XYZ 9.93 11.93 19.55 -
YUV 91.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 57 103 120 0.52 0.14 0 0.53 196.19 0.36 0.35
Hex 39 67 78 34 E 0 35 C4 24 23
Octal 71 147 170 64 16 0 65 304 44 43
Binary 111001 1100111 1111000 110100 1110 0 110101 11000100 100100 100011

Color Harmonies of #396778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396778

Black with #396778

Text Example


Text Example

White with #396778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396778; }

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

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

background-color css

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

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

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

border-color css

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

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

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