#376671

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

Shades of Blumine #376671

Tints of Blumine #376671

Color information

#376671 (or 0x376671) is unknown color: approx Blumine. HEX triplet: 37, 66 and 71. RGB value is (55,102,113). Sum of RGB (Red+Green+Blue) = 55+102+113=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #376671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376671 is #C8998E. Grayscale: #595959. Windows color (decimal): -13146511 or 7431735. OLE color: 7431735.

HSL color Cylindrical-coordinate representation of color #376671: hue angle of 191.38º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376671 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55102113-
CMYK0.510.1000.56
HSL191.38º34.52%32.94%-
HSV(B)191.38º51.33%44.31%-
XYZ9.3111.5117.35-
YUV89.2141.43103.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=20.37%
G=37.78%
B=41.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551021130.510.1000.56191.3834.5232.94
Hex37667133A038bf2321
Octal6714616163120702774341
Binary110111110011011100011100111010011100010111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376671; }

 p { color: rgb(55,102,113); }

 H1.HeaderClassName
 {
   color: #376671;
 }
 .AnyTagClassName
 {
   color: #376671;
 }
</style>
background-color css

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

 a { background-color: rgb(55,102,113); }

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

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

 span { border-color: rgb(55,102,113); }

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