#376674

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

Shades of Blumine #376674

Tints of Blumine #376674

Color information

#376674 (or 0x376674) is unknown color: approx Blumine. HEX triplet: 37, 66 and 74. RGB value is (55,102,116). Sum of RGB (Red+Green+Blue) = 55+102+116=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #376674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376674 is #C8998B. Grayscale: #595959. Windows color (decimal): -13146508 or 7628343. OLE color: 7628343.

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

Color convert

RGB55102116-
CMYK0.530.1200.55
HSL193.77º35.67%33.53%-
HSV(B)193.77º52.59%45.49%-
XYZ9.4811.5818.26-
YUV89.54142.93103.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=20.15%
G=37.36%
B=42.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551021160.530.1200.55193.7735.6733.53
Hex37667435C037c22422
Octal6714616465140673024442
Binary110111110011011101001101011100011011111000010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376674; }

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

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

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

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

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

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

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

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