#376177

Color #376177 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #376177

Tints of Blumine #376177

Color information

#376177 (or 0x376177) is unknown color: approx 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

RGB5597119-
CMYK0.540.1800.53
HSL200.62º36.78%34.12%-
HSV(B)200.62º53.78%46.67%-
XYZ9.1810.6919.03-
YUV86.95146.09105.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=20.30%
G=35.79%
B=43.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55971190.540.1800.53200.6236.7834.12
Hex3761773612035c92522
Octal6714116766220653114542
Binary1101111100001111011111011010010011010111001001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>