Html Css Color HEX #396779 Bismark

📋 copy color: '#396779'

red 57 ◦ green 103 ◦ blue 121

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

Shades of Bismark #396779

Tints of Bismark #396779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 20.28%
G = 36.65%
B = 43.06%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396779 (or 0x396779) is known color: Bismark. HEX triplet: 39, 67 and 79. RGB value is (57,103,121). Sum of RGB (Red+Green+Blue) = 57+103+121=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #396779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396779 is #C69886. Grayscale: #5B5B5B. Windows color (decimal): -13015175 or 7956281. OLE color: 7956281.

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

Color convert

RGB 57 103 121 -
CMYK 0.53 0.15 0 0.53
HSL 196.88º 0.36% 0.35% -
HSV(B) 196.88º 0.53% 0.47% -
XYZ 9.99 11.95 19.87 -
YUV 91.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 57 103 121 0.53 0.15 0 0.53 196.88 0.36 0.35
Hex 39 67 79 35 F 0 35 C5 24 23
Octal 71 147 171 65 17 0 65 305 44 43
Binary 111001 1100111 1111001 110101 1111 0 110101 11000101 100100 100011

Color Harmonies of #396779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396779

Black with #396779

Text Example


Text Example

White with #396779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396779; }

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

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

background-color css

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

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

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

border-color css

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

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

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