Html Css Color HEX #396777 Bismark

📋 copy color: '#396777'

red 57 ◦ green 103 ◦ blue 119

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

Shades of Bismark #396777

Tints of Bismark #396777

RGB

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

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

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

R = 20.43%
G = 36.92%
B = 42.65%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396777 (or 0x396777) is known color: Bismark. HEX triplet: 39, 67 and 77. RGB value is (57,103,119). Sum of RGB (Red+Green+Blue) = 57+103+119=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #396777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396777 is #C69888. Grayscale: #5A5A5A. Windows color (decimal): -13015177 or 7825209. OLE color: 7825209.

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

Color convert

RGB 57 103 119 -
CMYK 0.52 0.13 0 0.53
HSL 195.48º 0.35% 0.35% -
HSV(B) 195.48º 0.52% 0.47% -
XYZ 9.87 11.9 19.23 -
YUV 91.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 57 103 119 0.52 0.13 0 0.53 195.48 0.35 0.35
Hex 39 67 77 34 D 0 35 C3 23 23
Octal 71 147 167 64 15 0 65 303 43 43
Binary 111001 1100111 1110111 110100 1101 0 110101 11000011 100011 100011

Color Harmonies of #396777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396777

Black with #396777

Text Example


Text Example

White with #396777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396777; }

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

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

background-color css

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

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

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

border-color css

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

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

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