#376878

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

Shades of Blumine #376878

Tints of Blumine #376878

Color information

#376878 (or 0x376878) is unknown color: approx Blumine. HEX triplet: 37, 68 and 78. RGB value is (55,104,120). Sum of RGB (Red+Green+Blue) = 55+104+120=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #376878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376878 is #C89787. Grayscale: #5B5B5B. Windows color (decimal): -13145992 or 7890999. OLE color: 7890999.

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

Color convert

RGB55104120-
CMYK0.540.1300.53
HSL194.77º37.14%34.31%-
HSV(B)194.77º54.17%47.06%-
XYZ9.9212.0719.58-
YUV91.17144.27102.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=19.71%
G=37.28%
B=43.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551041200.540.1300.53194.7737.1434.31
Hex37687836D035c32522
Octal6715017066150653034542
Binary110111110100011110001101101101011010111000011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376878; }

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

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

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

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

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

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

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

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