#395250

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

Shades of Blue Dianne #395250

Tints of Blue Dianne #395250

Color information

#395250 (or 0x395250) is unknown color: approx Blue Dianne. HEX triplet: 39, 52 and 50. RGB value is (57,82,80). Sum of RGB (Red+Green+Blue) = 57+82+80=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #395250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395250 is #C6ADAF. Grayscale: #4A4A4A. Windows color (decimal): -13020592 or 5263929. OLE color: 5263929.

HSL color Cylindrical-coordinate representation of color #395250: hue angle of 175.2º degrees, saturation: 0.18, 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 #395250 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB578280-
CMYK0.3000.020.68
HSL175.2º17.99%27.25%-
HSV(B)175.2º30.49%32.16%-
XYZ6.157.488.71-
YUV74.3131.22115.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=26.03%
G=37.44%
B=36.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782800.3000.020.68175.217.9927.25
Hex3952501E0244af121b
Octal7112212036021042572233
Binary11100110100101010000111100101000100101011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395250; }

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

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

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

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

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

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

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

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