#376478

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

Shades of Blumine #376478

Tints of Blumine #376478

Color information

#376478 (or 0x376478) is unknown color: approx Blumine. HEX triplet: 37, 64 and 78. RGB value is (55,100,120). Sum of RGB (Red+Green+Blue) = 55+100+120=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #376478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376478 is #C89B87. Grayscale: #585858. Windows color (decimal): -13147016 or 7889975. OLE color: 7889975.

HSL color Cylindrical-coordinate representation of color #376478: hue angle of 198.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376478 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55100120-
CMYK0.540.1700.53
HSL198.46º37.14%34.31%-
HSV(B)198.46º54.17%47.06%-
XYZ9.5211.2819.45-
YUV88.82145.59103.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=20%
G=36.36%
B=43.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551001200.540.1700.53198.4637.1434.31
Hex3764783611035c62522
Octal6714417066210653064542
Binary1101111100100111100011011010001011010111000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376478; }

 p { color: rgb(55,100,120); }

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

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

 a { background-color: rgb(55,100,120); }

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

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

 span { border-color: rgb(55,100,120); }

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