#376672

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

Shades of Blumine #376672

Tints of Blumine #376672

Color information

#376672 (or 0x376672) is unknown color: approx Blumine. HEX triplet: 37, 66 and 72. RGB value is (55,102,114). Sum of RGB (Red+Green+Blue) = 55+102+114=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #376672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376672 is #C8998D. Grayscale: #595959. Windows color (decimal): -13146510 or 7497271. OLE color: 7497271.

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

Color convert

RGB55102114-
CMYK0.520.1100.55
HSL192.2º34.91%33.14%-
HSV(B)192.2º51.75%44.71%-
XYZ9.3611.5317.65-
YUV89.31141.93103.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=20.30%
G=37.64%
B=42.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551021140.520.1100.55192.234.9133.14
Hex37667234B037c02321
Octal6714616264130673004341
Binary110111110011011100101101001011011011111000000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376672; }

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

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

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

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

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

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

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

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