#395C6A

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

Shades of Blumine #395C6A

Tints of Blumine #395C6A

Color information

#395C6A (or 0x395C6A) is unknown color: approx Blumine. HEX triplet: 39, 5C and 6A. RGB value is (57,92,106). Sum of RGB (Red+Green+Blue) = 57+92+106=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #395C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C6A is #C6A395. Grayscale: #535353. Windows color (decimal): -13018006 or 6970425. OLE color: 6970425.

HSL color Cylindrical-coordinate representation of color #395C6A: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395C6A is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5792106-
CMYK0.460.1300.58
HSL197.14º30.06%31.96%-
HSV(B)197.14º46.23%41.57%-
XYZ8.129.5615.05-
YUV83.13140.9109.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=22.35%
G=36.08%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57921060.460.1300.58197.1430.0631.96
Hex395C6A2ED03Ac51e20
Octal7113415256150723053640
Binary11100110111001101010101110110101110101100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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