#395C6F

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

Shades of Blumine #395C6F

Tints of Blumine #395C6F

Color information

#395C6F (or 0x395C6F) is unknown color: approx Blumine. HEX triplet: 39, 5C and 6F. RGB value is (57,92,111). Sum of RGB (Red+Green+Blue) = 57+92+111=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #395C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C6F is #C6A390. Grayscale: #535353. Windows color (decimal): -13018001 or 7298105. OLE color: 7298105.

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

Color convert

RGB5792111-
CMYK0.490.1700.56
HSL201.11º32.14%32.94%-
HSV(B)201.11º48.65%43.53%-
XYZ8.389.6716.46-
YUV83.7143.4108.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=21.92%
G=35.38%
B=42.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57921110.490.1700.56201.1132.1432.94
Hex395C6F3111038c92021
Octal7113415761210703114041
Binary1110011011100110111111000110001011100011001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,92,111); }

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

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

 a { background-color: rgb(57,92,111); }

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

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

 span { border-color: rgb(57,92,111); }

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