#395D6E

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

Shades of Blumine #395D6E

Tints of Blumine #395D6E

Color information

#395D6E (or 0x395D6E) is unknown color: approx Blumine. HEX triplet: 39, 5D and 6E. RGB value is (57,93,110). Sum of RGB (Red+Green+Blue) = 57+93+110=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #395D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D6E is #C6A291. Grayscale: #545454. Windows color (decimal): -13017746 or 7232825. OLE color: 7232825.

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

Color convert

RGB5793110-
CMYK0.480.1500.57
HSL199.25º31.74%32.75%-
HSV(B)199.25º48.18%43.14%-
XYZ8.429.8216.2-
YUV84.17142.57108.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=21.92%
G=35.77%
B=42.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57931100.480.1500.57199.2531.7432.75
Hex395D6E30F039c72021
Octal7113515660170713074041
Binary111001101110111011101100001111011100111000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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