#395B69

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

Shades of Blumine #395B69

Tints of Blumine #395B69

Color information

#395B69 (or 0x395B69) is unknown color: approx Blumine. HEX triplet: 39, 5B and 69. RGB value is (57,91,105). Sum of RGB (Red+Green+Blue) = 57+91+105=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #395B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B69 is #C6A496. Grayscale: #525252. Windows color (decimal): -13018263 or 6904633. OLE color: 6904633.

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

Color convert

RGB5791105-
CMYK0.460.1300.59
HSL197.5º29.63%31.76%-
HSV(B)197.5º45.71%41.18%-
XYZ7.989.3714.75-
YUV82.43140.74109.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=22.53%
G=35.97%
B=41.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57911050.460.1300.59197.529.6331.76
Hex395B692ED03Bc61e20
Octal7113315156150733063640
Binary11100110110111101001101110110101110111100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,105); }

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

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

 a { background-color: rgb(57,91,105); }

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

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

 span { border-color: rgb(57,91,105); }

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