Html Css Color HEX #376A77 Bismark

📋 copy color: '#376A77'

red 55 ◦ green 106 ◦ blue 119

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

Shades of Bismark #376A77

Tints of Bismark #376A77

RGB

 RED value IS 55 (21.88% from 255) = 19.64%

 GREEN value IS 106 (41.8% from 255) = 37.86%

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

R = 19.64%
G = 37.86%
B = 42.5%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376A77 (or 0x376A77) is known color: Bismark. HEX triplet: 37, 6A and 77. RGB value is (55,106,119). Sum of RGB (Red+Green+Blue) = 55+106+119=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #376A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A77 is #C89588. Grayscale: #5C5C5C. Windows color (decimal): -13145481 or 7825975. OLE color: 7825975.

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

Color convert

RGB 55 106 119 -
CMYK 0.54 0.11 0 0.53
HSL 192.19º 0.37% 0.34% -
HSV(B) 192.19º 0.54% 0.47% -
XYZ 10.06 12.45 19.33 -
YUV 92.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 55 106 119 0.54 0.11 0 0.53 192.19 0.37 0.34
Hex 37 6A 77 36 B 0 35 C0 25 22
Octal 67 152 167 66 13 0 65 300 45 42
Binary 110111 1101010 1110111 110110 1011 0 110101 11000000 100101 100010

Color Harmonies of #376A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A77

Black with #376A77

Text Example


Text Example

White with #376A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376A77; }

 p { color: rgb(55,106,119); }

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

background-color css

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

 a { background-color: rgb(55,106,119); }

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

border-color css

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

 span { border-color: rgb(55,106,119); }

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