#376276

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

Shades of Blumine #376276

Tints of Blumine #376276

Color information

#376276 (or 0x376276) is unknown color: approx Blumine. HEX triplet: 37, 62 and 76. RGB value is (55,98,118). Sum of RGB (Red+Green+Blue) = 55+98+118=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #376276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376276 is #C89D89. Grayscale: #575757. Windows color (decimal): -13147530 or 7758391. OLE color: 7758391.

HSL color Cylindrical-coordinate representation of color #376276: hue angle of 199.05º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376276 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5598118-
CMYK0.530.1700.54
HSL199.05º36.42%33.92%-
HSV(B)199.05º53.39%46.27%-
XYZ9.2110.8618.75-
YUV87.42145.25104.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=20.30%
G=36.16%
B=43.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55981180.530.1700.54199.0536.4233.92
Hex3762763511036c72422
Octal6714216665210663074442
Binary1101111100010111011011010110001011011011000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376276; }

 p { color: rgb(55,98,118); }

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

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

 a { background-color: rgb(55,98,118); }

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

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

 span { border-color: rgb(55,98,118); }

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