#395E6A

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

Shades of Blumine #395E6A

Tints of Blumine #395E6A

Color information

#395E6A (or 0x395E6A) is unknown color: approx Blumine. HEX triplet: 39, 5E and 6A. RGB value is (57,94,106). Sum of RGB (Red+Green+Blue) = 57+94+106=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #395E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6A is #C6A195. Grayscale: #545454. Windows color (decimal): -13017494 or 6970937. OLE color: 6970937.

HSL color Cylindrical-coordinate representation of color #395E6A: hue angle of 194.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395E6A is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5794106-
CMYK0.460.1100.58
HSL194.69º30.06%31.96%-
HSV(B)194.69º46.23%41.57%-
XYZ8.299.9215.11-
YUV84.3140.24108.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=22.18%
G=36.58%
B=41.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57941060.460.1100.58194.6930.0631.96
Hex395E6A2EB03Ac31e20
Octal7113615256130723033640
Binary11100110111101101010101110101101110101100001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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