Html Css Color HEX #376977 Blumine

📋 copy color: '#376977'

red 55 ◦ green 105 ◦ blue 119

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

Shades of Blumine #376977

Tints of Blumine #376977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

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

R = 19.71%
G = 37.63%
B = 42.65%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376977 (or 0x376977) is known color: Blumine. HEX triplet: 37, 69 and 77. RGB value is (55,105,119). Sum of RGB (Red+Green+Blue) = 55+105+119=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 105 (41.41% from 255 or 37.63% 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 #376977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376977 is #C89688. Grayscale: #5B5B5B. Windows color (decimal): -13145737 or 7825719. OLE color: 7825719.

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

Color convert

RGB 55 105 119 -
CMYK 0.54 0.12 0 0.53
HSL 193.13º 0.37% 0.34% -
HSV(B) 193.13º 0.54% 0.47% -
XYZ 9.96 12.25 19.29 -
YUV 91.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 55 105 119 0.54 0.12 0 0.53 193.13 0.37 0.34
Hex 37 69 77 36 C 0 35 C1 25 22
Octal 67 151 167 66 14 0 65 301 45 42
Binary 110111 1101001 1110111 110110 1100 0 110101 11000001 100101 100010

Color Harmonies of #376977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376977

Black with #376977

Text Example


Text Example

White with #376977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376977; }

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

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

background-color css

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

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

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

border-color css

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

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

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