#376372

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

Shades of Blumine #376372

Tints of Blumine #376372

Color information

#376372 (or 0x376372) is unknown color: approx Blumine. HEX triplet: 37, 63 and 72. RGB value is (55,99,114). Sum of RGB (Red+Green+Blue) = 55+99+114=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #376372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376372 is #C89C8D. Grayscale: #575757. Windows color (decimal): -13147278 or 7496503. OLE color: 7496503.

HSL color Cylindrical-coordinate representation of color #376372: hue angle of 195.25º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376372 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5599114-
CMYK0.520.1300.55
HSL195.25º34.91%33.14%-
HSV(B)195.25º51.75%44.71%-
XYZ9.0710.9517.56-
YUV87.55142.92104.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=20.52%
G=36.94%
B=42.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55991140.520.1300.55195.2534.9133.14
Hex37637234D037c32321
Octal6714316264150673034341
Binary110111110001111100101101001101011011111000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376372; }

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

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

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

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

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

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

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

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