#395150

Color #395150 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #395150

Tints of Blue Dianne #395150

Color information

#395150 (or 0x395150) is unknown color: approx Blue Dianne. HEX triplet: 39, 51 and 50. RGB value is (57,81,80). Sum of RGB (Red+Green+Blue) = 57+81+80=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #395150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395150 is #C6AEAF. Grayscale: #494949. Windows color (decimal): -13020848 or 5263673. OLE color: 5263673.

HSL color Cylindrical-coordinate representation of color #395150: hue angle of 177.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395150 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB578180-
CMYK0.3000.010.68
HSL177.5º17.39%27.06%-
HSV(B)177.5º29.63%31.76%-
XYZ6.087.338.68-
YUV73.71131.55116.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=26.15%
G=37.16%
B=36.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781800.3000.010.68177.517.3927.06
Hex3951501E0144b2111b
Octal7112112036011042622133
Binary1110011010001101000011110011000100101100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395150; }

 p { color: rgb(57,81,80); }

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

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

 a { background-color: rgb(57,81,80); }

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

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

 span { border-color: rgb(57,81,80); }

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