#395E6F

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

Shades of Blumine #395E6F

Tints of Blumine #395E6F

Color information

#395E6F (or 0x395E6F) is unknown color: approx Blumine. HEX triplet: 39, 5E and 6F. RGB value is (57,94,111). Sum of RGB (Red+Green+Blue) = 57+94+111=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #395E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6F is #C6A190. Grayscale: #545454. Windows color (decimal): -13017489 or 7298617. OLE color: 7298617.

HSL color Cylindrical-coordinate representation of color #395E6F: hue angle of 198.89º degrees, saturation: 0.32, 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 #395E6F is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5794111-
CMYK0.490.1500.56
HSL198.89º32.14%32.94%-
HSV(B)198.89º48.65%43.53%-
XYZ8.5610.0216.52-
YUV84.88142.74108.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=21.76%
G=35.88%
B=42.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57941110.490.1500.56198.8932.1432.94
Hex395E6F31F038c72021
Octal7113615761170703074041
Binary111001101111011011111100011111011100011000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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