#376678

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

Shades of Blumine #376678

Tints of Blumine #376678

Color information

#376678 (or 0x376678) is unknown color: approx Blumine. HEX triplet: 37, 66 and 78. RGB value is (55,102,120). Sum of RGB (Red+Green+Blue) = 55+102+120=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #376678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376678 is #C89987. Grayscale: #595959. Windows color (decimal): -13146504 or 7890487. OLE color: 7890487.

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

Color convert

RGB55102120-
CMYK0.540.1500.53
HSL196.62º37.14%34.31%-
HSV(B)196.62º54.17%47.06%-
XYZ9.7211.6719.51-
YUV90144.93103.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=19.86%
G=36.82%
B=43.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551021200.540.1500.53196.6237.1434.31
Hex37667836F035c52522
Octal6714617066170653054542
Binary110111110011011110001101101111011010111000101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376678; }

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

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

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

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

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

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

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

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