#396471

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

Shades of Blumine #396471

Tints of Blumine #396471

Color information

#396471 (or 0x396471) is unknown color: approx Blumine. HEX triplet: 39, 64 and 71. RGB value is (57,100,113). Sum of RGB (Red+Green+Blue) = 57+100+113=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #396471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396471 is #C69B8E. Grayscale: #585858. Windows color (decimal): -13015951 or 7431225. OLE color: 7431225.

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

Color convert

RGB57100113-
CMYK0.500.1200.56
HSL193.93º32.94%33.33%-
HSV(B)193.93º49.56%44.31%-
XYZ9.2311.1817.29-
YUV88.62141.75105.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=21.11%
G=37.04%
B=41.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571001130.500.1200.56193.9332.9433.33
Hex39647132C038c22121
Octal7114416162140703024141
Binary111001110010011100011100101100011100011000010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396471; }

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

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

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

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

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

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

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

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