#396076

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

Shades of Blumine #396076

Tints of Blumine #396076

Color information

#396076 (or 0x396076) is unknown color: approx Blumine. HEX triplet: 39, 60 and 76. RGB value is (57,96,118). Sum of RGB (Red+Green+Blue) = 57+96+118=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 96 (37.89% from 255 or 35.42% 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 #396076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396076 is #C69F89. Grayscale: #565656. Windows color (decimal): -13016970 or 7757881. OLE color: 7757881.

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

Color convert

RGB5796118-
CMYK0.520.1900.54
HSL201.64º34.86%34.31%-
HSV(B)201.64º51.69%46.27%-
XYZ9.1410.5418.69-
YUV86.85145.58106.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=21.03%
G=35.42%
B=43.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57961180.520.1900.54201.6434.8634.31
Hex3960763413036ca2322
Octal7114016664230663124342
Binary1110011100000111011011010010011011011011001010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396076; }

 p { color: rgb(57,96,118); }

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

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

 a { background-color: rgb(57,96,118); }

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

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

 span { border-color: rgb(57,96,118); }

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