#376475

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

Shades of Blumine #376475

Tints of Blumine #376475

Color information

#376475 (or 0x376475) is unknown color: approx Blumine. HEX triplet: 37, 64 and 75. RGB value is (55,100,117). Sum of RGB (Red+Green+Blue) = 55+100+117=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #376475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376475 is #C89B8A. Grayscale: #585858. Windows color (decimal): -13147019 or 7693367. OLE color: 7693367.

HSL color Cylindrical-coordinate representation of color #376475: hue angle of 196.45º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376475 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB55100117-
CMYK0.530.1500.54
HSL196.45º36.05%33.73%-
HSV(B)196.45º52.99%45.88%-
XYZ9.3411.2118.5-
YUV88.48144.09104.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=20.22%
G=36.76%
B=43.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551001170.530.1500.54196.4536.0533.73
Hex37647535F036c42422
Octal6714416565170663044442
Binary110111110010011101011101011111011011011000100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376475; }

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

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

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

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

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

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

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

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