#395E6D

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

Shades of Blumine #395E6D

Tints of Blumine #395E6D

Color information

#395E6D (or 0x395E6D) is unknown color: approx Blumine. HEX triplet: 39, 5E and 6D. RGB value is (57,94,109). Sum of RGB (Red+Green+Blue) = 57+94+109=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #395E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6D is #C6A192. Grayscale: #545454. Windows color (decimal): -13017491 or 7167545. OLE color: 7167545.

HSL color Cylindrical-coordinate representation of color #395E6D: hue angle of 197.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #395E6D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5794109-
CMYK0.480.1400.57
HSL197.31º31.33%32.55%-
HSV(B)197.31º47.71%42.75%-
XYZ8.459.9815.95-
YUV84.65141.74108.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=21.92%
G=36.15%
B=41.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57941090.480.1400.57197.3131.3332.55
Hex395E6D30E039c51f21
Octal7113615560160713053741
Binary11100110111101101101110000111001110011100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395E6D; }

 p { color: rgb(57,94,109); }

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

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

 a { background-color: rgb(57,94,109); }

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

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

 span { border-color: rgb(57,94,109); }

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