#366176

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

Shades of Blumine #366176

Tints of Blumine #366176

Color information

#366176 (or 0x366176) is unknown color: approx Blumine. HEX triplet: 36, 61 and 76. RGB value is (54,97,118). Sum of RGB (Red+Green+Blue) = 54+97+118=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #366176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366176 is #C99E89. Grayscale: #565656. Windows color (decimal): -13213322 or 7758134. OLE color: 7758134.

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

Color convert

RGB5497118-
CMYK0.540.1800.54
HSL199.69º37.21%33.73%-
HSV(B)199.69º54.24%46.27%-
XYZ9.0710.6418.72-
YUV86.54145.75104.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=20.07%
G=36.06%
B=43.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54971180.540.1800.54199.6937.2133.73
Hex3661763612036c82522
Octal6614116666220663104542
Binary1101101100001111011011011010010011011011001000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366176; }

 p { color: rgb(54,97,118); }

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

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

 a { background-color: rgb(54,97,118); }

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

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

 span { border-color: rgb(54,97,118); }

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