#376778

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

Shades of Blumine #376778

Tints of Blumine #376778

Color information

#376778 (or 0x376778) is unknown color: approx Blumine. HEX triplet: 37, 67 and 78. RGB value is (55,103,120). Sum of RGB (Red+Green+Blue) = 55+103+120=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #376778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376778 is #C89887. Grayscale: #5A5A5A. Windows color (decimal): -13146248 or 7890743. OLE color: 7890743.

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

Color convert

RGB55103120-
CMYK0.540.1400.53
HSL195.69º37.14%34.31%-
HSV(B)195.69º54.17%47.06%-
XYZ9.8211.8719.54-
YUV90.59144.6102.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=19.78%
G=37.05%
B=43.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551031200.540.1400.53195.6937.1434.31
Hex37677836E035c42522
Octal6714717066160653044542
Binary110111110011111110001101101110011010111000100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376778; }

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

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

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

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

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

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

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

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