#376172

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

Shades of Blumine #376172

Tints of Blumine #376172

Color information

#376172 (or 0x376172) is unknown color: approx Blumine. HEX triplet: 37, 61 and 72. RGB value is (55,97,114). Sum of RGB (Red+Green+Blue) = 55+97+114=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #376172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376172 is #C89E8D. Grayscale: #565656. Windows color (decimal): -13147790 or 7495991. OLE color: 7495991.

HSL color Cylindrical-coordinate representation of color #376172: hue angle of 197.29º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376172 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5597114-
CMYK0.520.1500.55
HSL197.29º34.91%33.14%-
HSV(B)197.29º51.75%44.71%-
XYZ8.8910.5817.49-
YUV86.38143.59105.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=20.68%
G=36.47%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55971140.520.1500.55197.2934.9133.14
Hex37617234F037c52321
Octal6714116264170673054341
Binary110111110000111100101101001111011011111000101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376172; }

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

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

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

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

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

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

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

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