Html Css Color HEX #376177 Blumine

📋 copy color: '#376177'

red 55 ◦ green 97 ◦ blue 119

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

Shades of Blumine #376177

Tints of Blumine #376177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

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

R = 20.3%
G = 35.79%
B = 43.91%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376177 (or 0x376177) is known color: Blumine. HEX triplet: 37, 61 and 77. RGB value is (55,97,119). Sum of RGB (Red+Green+Blue) = 55+97+119=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #376177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376177 is #C89E88. Grayscale: #565656. Windows color (decimal): -13147785 or 7823671. OLE color: 7823671.

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

Color convert

RGB 55 97 119 -
CMYK 0.54 0.18 0 0.53
HSL 200.63º 0.37% 0.34% -
HSV(B) 200.63º 0.54% 0.47% -
XYZ 9.18 10.69 19.03 -
YUV 86.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 55 97 119 0.54 0.18 0 0.53 200.63 0.37 0.34
Hex 37 61 77 36 12 0 35 C9 25 22
Octal 67 141 167 66 22 0 65 311 45 42
Binary 110111 1100001 1110111 110110 10010 0 110101 11001001 100101 100010

Color Harmonies of #376177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376177

Black with #376177

Text Example


Text Example

White with #376177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376177; }

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

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

background-color css

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

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

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

border-color css

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

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

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