#376578

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

Shades of Blumine #376578

Tints of Blumine #376578

Color information

#376578 (or 0x376578) is unknown color: approx Blumine. HEX triplet: 37, 65 and 78. RGB value is (55,101,120). Sum of RGB (Red+Green+Blue) = 55+101+120=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #376578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376578 is #C89A87. Grayscale: #595959. Windows color (decimal): -13146760 or 7890231. OLE color: 7890231.

HSL color Cylindrical-coordinate representation of color #376578: hue angle of 197.54º 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 #376578 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55101120-
CMYK0.540.1600.53
HSL197.54º37.14%34.31%-
HSV(B)197.54º54.17%47.06%-
XYZ9.6211.4819.48-
YUV89.41145.26103.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=19.93%
G=36.59%
B=43.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551011200.540.1600.53197.5437.1434.31
Hex3765783610035c62522
Octal6714517066200653064542
Binary1101111100101111100011011010000011010111000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376578; }

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

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

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

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

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

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

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

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