#376070

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

Shades of Blumine #376070

Tints of Blumine #376070

Color information

#376070 (or 0x376070) is unknown color: approx Blumine. HEX triplet: 37, 60 and 70. RGB value is (55,96,112). Sum of RGB (Red+Green+Blue) = 55+96+112=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #376070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376070 is #C89F8F. Grayscale: #555555. Windows color (decimal): -13148048 or 7364663. OLE color: 7364663.

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

Color convert

RGB5596112-
CMYK0.510.1400.56
HSL196.84º34.13%32.75%-
HSV(B)196.84º50.89%43.92%-
XYZ8.6810.3516.87-
YUV85.56142.92106.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=20.91%
G=36.50%
B=42.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55961120.510.1400.56196.8434.1332.75
Hex37607033E038c52221
Octal6714016063160703054241
Binary110111110000011100001100111110011100011000101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376070; }

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

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

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

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

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

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

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

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