#395F70

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

Shades of Blumine #395F70

Tints of Blumine #395F70

Color information

#395F70 (or 0x395F70) is unknown color: approx Blumine. HEX triplet: 39, 5F and 70. RGB value is (57,95,112). Sum of RGB (Red+Green+Blue) = 57+95+112=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #395F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F70 is #C6A08F. Grayscale: #555555. Windows color (decimal): -13017232 or 7364409. OLE color: 7364409.

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

Color convert

RGB5795112-
CMYK0.490.1500.56
HSL198.55º32.54%33.14%-
HSV(B)198.55º49.11%43.92%-
XYZ8.710.2216.84-
YUV85.58142.91107.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=21.59%
G=35.98%
B=42.42%

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
Decimal57951120.490.1500.56198.5532.5433.14
Hex395F7031F038c72121
Octal7113716061170703074141
Binary111001101111111100001100011111011100011000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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