Html Css Color HEX #396875 Bismark

📋 copy color: '#396875'

red 57 ◦ green 104 ◦ blue 117

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

Shades of Bismark #396875

Tints of Bismark #396875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 20.5%
G = 37.41%
B = 42.09%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396875 (or 0x396875) is known color: Bismark. HEX triplet: 39, 68 and 75. RGB value is (57,104,117). Sum of RGB (Red+Green+Blue) = 57+104+117=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #396875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396875 is #C6978A. Grayscale: #5B5B5B. Windows color (decimal): -13014923 or 7694393. OLE color: 7694393.

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

Color convert

RGB 57 104 117 -
CMYK 0.51 0.11 0 0.54
HSL 193º 0.34% 0.34% -
HSV(B) 193º 0.51% 0.46% -
XYZ 9.85 12.05 18.64 -
YUV 91.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 57 104 117 0.51 0.11 0 0.54 193 0.34 0.34
Hex 39 68 75 33 B 0 36 C1 22 22
Octal 71 150 165 63 13 0 66 301 42 42
Binary 111001 1101000 1110101 110011 1011 0 110110 11000001 100010 100010

Color Harmonies of #396875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396875

Black with #396875

Text Example


Text Example

White with #396875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396875; }

 p { color: rgb(57,104,117); }

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

background-color css

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

 a { background-color: rgb(57,104,117); }

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

border-color css

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

 span { border-color: rgb(57,104,117); }

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