#376170

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

Shades of Blumine #376170

Tints of Blumine #376170

Color information

#376170 (or 0x376170) is unknown color: approx Blumine. HEX triplet: 37, 61 and 70. RGB value is (55,97,112). Sum of RGB (Red+Green+Blue) = 55+97+112=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #376170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376170 is #C89E8F. Grayscale: #565656. Windows color (decimal): -13147792 or 7364919. OLE color: 7364919.

HSL color Cylindrical-coordinate representation of color #376170: hue angle of 195.79º degrees, saturation: 0.34, 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 #376170 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5597112-
CMYK0.510.1300.56
HSL195.79º34.13%32.75%-
HSV(B)195.79º50.89%43.92%-
XYZ8.7710.5316.9-
YUV86.15142.59105.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=20.83%
G=36.74%
B=42.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55971120.510.1300.56195.7934.1332.75
Hex37617033D038c42221
Octal6714116063150703044241
Binary110111110000111100001100111101011100011000100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376170; }

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

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

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

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

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

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

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

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