#395970

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

Shades of Blumine #395970

Tints of Blumine #395970

Color information

#395970 (or 0x395970) is unknown color: approx Blumine. HEX triplet: 39, 59 and 70. RGB value is (57,89,112). Sum of RGB (Red+Green+Blue) = 57+89+112=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #395970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395970 is #C6A68F. Grayscale: #515151. Windows color (decimal): -13018768 or 7362873. OLE color: 7362873.

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

Color convert

RGB5789112-
CMYK0.490.2100.56
HSL205.09º32.54%33.14%-
HSV(B)205.09º49.11%43.92%-
XYZ8.189.1816.67-
YUV82.05144.9110.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=22.09%
G=34.50%
B=43.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57891120.490.2100.56205.0932.5433.14
Hex3959703115038cd2121
Octal7113116061250703154141
Binary1110011011001111000011000110101011100011001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395970; }

 p { color: rgb(57,89,112); }

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

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

 a { background-color: rgb(57,89,112); }

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

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

 span { border-color: rgb(57,89,112); }

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