#396070

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

Shades of Blumine #396070

Tints of Blumine #396070

Color information

#396070 (or 0x396070) is unknown color: approx Blumine. HEX triplet: 39, 60 and 70. RGB value is (57,96,112). Sum of RGB (Red+Green+Blue) = 57+96+112=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #396070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396070 is #C69F8F. Grayscale: #565656. Windows color (decimal): -13016976 or 7364665. OLE color: 7364665.

HSL color Cylindrical-coordinate representation of color #396070: hue angle of 197.45º 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 #396070 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5796112-
CMYK0.490.1400.56
HSL197.45º32.54%33.14%-
HSV(B)197.45º49.11%43.92%-
XYZ8.7910.4116.87-
YUV86.16142.58107.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=21.51%
G=36.23%
B=42.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57961120.490.1400.56197.4532.5433.14
Hex39607031E038c52121
Octal7114016061160703054141
Binary111001110000011100001100011110011100011000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396070; }

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

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

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

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

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

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

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

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