#376473

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

Shades of Blumine #376473

Tints of Blumine #376473

Color information

#376473 (or 0x376473) is unknown color: approx Blumine. HEX triplet: 37, 64 and 73. RGB value is (55,100,115). Sum of RGB (Red+Green+Blue) = 55+100+115=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #376473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376473 is #C89B8C. Grayscale: #585858. Windows color (decimal): -13147021 or 7562295. OLE color: 7562295.

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

Color convert

RGB55100115-
CMYK0.520.1300.55
HSL195º35.29%33.33%-
HSV(B)195º52.17%45.1%-
XYZ9.2311.1617.89-
YUV88.26143.09104.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=20.37%
G=37.04%
B=42.59%

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
Decimal551001150.520.1300.5519535.2933.33
Hex37647334D037c32321
Octal6714416364150673034341
Binary110111110010011100111101001101011011111000011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376473; }

 p { color: rgb(55,100,115); }

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

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

 a { background-color: rgb(55,100,115); }

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

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

 span { border-color: rgb(55,100,115); }

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