#376072

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

Shades of Blumine #376072

Tints of Blumine #376072

Color information

#376072 (or 0x376072) is unknown color: approx Blumine. HEX triplet: 37, 60 and 72. RGB value is (55,96,114). Sum of RGB (Red+Green+Blue) = 55+96+114=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #376072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376072 is #C89F8D. Grayscale: #555555. Windows color (decimal): -13148046 or 7495735. OLE color: 7495735.

HSL color Cylindrical-coordinate representation of color #376072: hue angle of 198.31º 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 #376072 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5596114-
CMYK0.520.1600.55
HSL198.31º34.91%33.14%-
HSV(B)198.31º51.75%44.71%-
XYZ8.810.3917.46-
YUV85.79143.92106.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=20.75%
G=36.23%
B=43.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55961140.520.1600.55198.3134.9133.14
Hex3760723410037c62321
Octal6714016264200673064341
Binary1101111100000111001011010010000011011111000110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376072; }

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

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

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

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

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

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

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

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