#376378

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

Shades of Blumine #376378

Tints of Blumine #376378

Color information

#376378 (or 0x376378) is unknown color: approx Blumine. HEX triplet: 37, 63 and 78. RGB value is (55,99,120). Sum of RGB (Red+Green+Blue) = 55+99+120=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #376378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376378 is #C89C87. Grayscale: #585858. Windows color (decimal): -13147272 or 7889719. OLE color: 7889719.

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

Color convert

RGB5599120-
CMYK0.540.1700.53
HSL199.38º37.14%34.31%-
HSV(B)199.38º54.17%47.06%-
XYZ9.4311.0919.41-
YUV88.24145.92104.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=20.07%
G=36.13%
B=43.80%

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
Decimal55991200.540.1700.53199.3837.1434.31
Hex3763783611035c72522
Octal6714317066210653074542
Binary1101111100011111100011011010001011010111000111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376378; }

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

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

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

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

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

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

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

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