#395E70

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

Shades of Blumine #395E70

Tints of Blumine #395E70

Color information

#395E70 (or 0x395E70) is unknown color: approx Blumine. HEX triplet: 39, 5E and 70. RGB value is (57,94,112). Sum of RGB (Red+Green+Blue) = 57+94+112=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #395E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E70 is #C6A18F. Grayscale: #545454. Windows color (decimal): -13017488 or 7364153. OLE color: 7364153.

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

Color convert

RGB5794112-
CMYK0.490.1600.56
HSL199.64º32.54%33.14%-
HSV(B)199.64º49.11%43.92%-
XYZ8.6110.0516.81-
YUV84.99143.24108.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=21.67%
G=35.74%
B=42.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57941120.490.1600.56199.6432.5433.14
Hex395E703110038c82121
Octal7113616061200703104141
Binary1110011011110111000011000110000011100011001000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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