#376772

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

Shades of Blumine #376772

Tints of Blumine #376772

Color information

#376772 (or 0x376772) is unknown color: approx Blumine. HEX triplet: 37, 67 and 72. RGB value is (55,103,114). Sum of RGB (Red+Green+Blue) = 55+103+114=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #376772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376772 is #C8988D. Grayscale: #595959. Windows color (decimal): -13146254 or 7497527. OLE color: 7497527.

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

Color convert

RGB55103114-
CMYK0.520.1000.55
HSL191.19º34.91%33.14%-
HSV(B)191.19º51.75%44.71%-
XYZ9.4611.7317.68-
YUV89.9141.6103.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=20.22%
G=37.87%
B=41.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551031140.520.1000.55191.1934.9133.14
Hex37677234A037bf2321
Octal6714716264120672774341
Binary110111110011111100101101001010011011110111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376772; }

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

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

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

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

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

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

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

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