#396071

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

Shades of Blumine #396071

Tints of Blumine #396071

Color information

#396071 (or 0x396071) is unknown color: approx Blumine. HEX triplet: 39, 60 and 71. RGB value is (57,96,113). Sum of RGB (Red+Green+Blue) = 57+96+113=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #396071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396071 is #C69F8E. Grayscale: #565656. Windows color (decimal): -13016975 or 7430201. OLE color: 7430201.

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

Color convert

RGB5796113-
CMYK0.500.1500.56
HSL198.21º32.94%33.33%-
HSV(B)198.21º49.56%44.31%-
XYZ8.8510.4317.17-
YUV86.28143.08107.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=21.43%
G=36.09%
B=42.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57961130.500.1500.56198.2132.9433.33
Hex39607132F038c62121
Octal7114016162170703064141
Binary111001110000011100011100101111011100011000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396071; }

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

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

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

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

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

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

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

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