#376474

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

Shades of Blumine #376474

Tints of Blumine #376474

Color information

#376474 (or 0x376474) is unknown color: approx Blumine. HEX triplet: 37, 64 and 74. RGB value is (55,100,116). Sum of RGB (Red+Green+Blue) = 55+100+116=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #376474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376474 is #C89B8B. Grayscale: #585858. Windows color (decimal): -13147020 or 7627831. OLE color: 7627831.

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

Color convert

RGB55100116-
CMYK0.530.1400.55
HSL195.74º35.67%33.53%-
HSV(B)195.74º52.59%45.49%-
XYZ9.2911.1918.19-
YUV88.37143.59104.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=20.30%
G=36.90%
B=42.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551001160.530.1400.55195.7435.6733.53
Hex37647435E037c42422
Octal6714416465160673044442
Binary110111110010011101001101011110011011111000100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376474; }

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

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

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

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

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

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

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

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