#396670

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

Shades of Blumine #396670

Tints of Blumine #396670

Color information

#396670 (or 0x396670) is unknown color: approx Blumine. HEX triplet: 39, 66 and 70. RGB value is (57,102,112). Sum of RGB (Red+Green+Blue) = 57+102+112=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #396670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396670 is #C6998F. Grayscale: #595959. Windows color (decimal): -13015440 or 7366201. OLE color: 7366201.

HSL color Cylindrical-coordinate representation of color #396670: hue angle of 190.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396670 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57102112-
CMYK0.490.0900.56
HSL190.91º32.54%33.14%-
HSV(B)190.91º49.11%43.92%-
XYZ9.3611.5417.06-
YUV89.68140.59104.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=21.03%
G=37.64%
B=41.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571021120.490.0900.56190.9132.5433.14
Hex396670319038bf2121
Octal7114616061110702774141
Binary111001110011011100001100011001011100010111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396670; }

 p { color: rgb(57,102,112); }

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

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

 a { background-color: rgb(57,102,112); }

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

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

 span { border-color: rgb(57,102,112); }

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