#396371

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

Shades of Blumine #396371

Tints of Blumine #396371

Color information

#396371 (or 0x396371) is unknown color: approx Blumine. HEX triplet: 39, 63 and 71. RGB value is (57,99,113). Sum of RGB (Red+Green+Blue) = 57+99+113=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #396371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396371 is #C69C8E. Grayscale: #575757. Windows color (decimal): -13016207 or 7430969. OLE color: 7430969.

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

Color convert

RGB5799113-
CMYK0.500.1200.56
HSL195º32.94%33.33%-
HSV(B)195º49.56%44.31%-
XYZ9.1310.9917.26-
YUV88.04142.09105.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=21.19%
G=36.80%
B=42.01%

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
Decimal57991130.500.1200.5619532.9433.33
Hex39637132C038c32121
Octal7114316162140703034141
Binary111001110001111100011100101100011100011000011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396371; }

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

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

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

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

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

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

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

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