#366376

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

Shades of Blumine #366376

Tints of Blumine #366376

Color information

#366376 (or 0x366376) is unknown color: approx Blumine. HEX triplet: 36, 63 and 76. RGB value is (54,99,118). Sum of RGB (Red+Green+Blue) = 54+99+118=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #366376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366376 is #C99C89. Grayscale: #575757. Windows color (decimal): -13212810 or 7758646. OLE color: 7758646.

HSL color Cylindrical-coordinate representation of color #366376: hue angle of 197.81º 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 #366376 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5499118-
CMYK0.540.1600.54
HSL197.81º37.21%33.73%-
HSV(B)197.81º54.24%46.27%-
XYZ9.2511.0218.78-
YUV87.71145.09103.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=19.93%
G=36.53%
B=43.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54991180.540.1600.54197.8137.2133.73
Hex3663763610036c62522
Octal6614316666200663064542
Binary1101101100011111011011011010000011011011000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366376; }

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

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

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

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

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

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

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

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