#395D6C

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

Shades of Blumine #395D6C

Tints of Blumine #395D6C

Color information

#395D6C (or 0x395D6C) is unknown color: approx Blumine. HEX triplet: 39, 5D and 6C. RGB value is (57,93,108). Sum of RGB (Red+Green+Blue) = 57+93+108=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #395D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D6C is #C6A293. Grayscale: #535353. Windows color (decimal): -13017748 or 7101753. OLE color: 7101753.

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

Color convert

RGB5793108-
CMYK0.470.1400.58
HSL197.65º30.91%32.35%-
HSV(B)197.65º47.22%42.35%-
XYZ8.319.7815.64-
YUV83.95141.57108.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=22.09%
G=36.05%
B=41.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57931080.470.1400.58197.6530.9132.35
Hex395D6C2FE03Ac61f20
Octal7113515457160723063740
Binary11100110111011101100101111111001110101100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,108); }

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

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

 a { background-color: rgb(57,93,108); }

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

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

 span { border-color: rgb(57,93,108); }

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