#376879

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

Shades of Blumine #376879

Tints of Blumine #376879

Color information

#376879 (or 0x376879) is unknown color: approx Blumine. HEX triplet: 37, 68 and 79. RGB value is (55,104,121). Sum of RGB (Red+Green+Blue) = 55+104+121=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #376879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376879 is #C89786. Grayscale: #5B5B5B. Windows color (decimal): -13145991 or 7956535. OLE color: 7956535.

HSL color Cylindrical-coordinate representation of color #376879: hue angle of 195.45º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376879 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55104121-
CMYK0.550.1400.53
HSL195.45º37.5%34.51%-
HSV(B)195.45º54.55%47.45%-
XYZ9.9812.0919.9-
YUV91.29144.77102.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=19.64%
G=37.14%
B=43.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551041210.550.1400.53195.4537.534.51
Hex37687937E035c32623
Octal6715017167160653034643
Binary110111110100011110011101111110011010111000011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376879; }

 p { color: rgb(55,104,121); }

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

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

 a { background-color: rgb(55,104,121); }

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

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

 span { border-color: rgb(55,104,121); }

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