#395350

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

Shades of Blue Dianne #395350

Tints of Blue Dianne #395350

Color information

#395350 (or 0x395350) is unknown color: approx Blue Dianne. HEX triplet: 39, 53 and 50. RGB value is (57,83,80). Sum of RGB (Red+Green+Blue) = 57+83+80=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #395350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395350 is #C6ACAF. Grayscale: #4A4A4A. Windows color (decimal): -13020336 or 5264185. OLE color: 5264185.

HSL color Cylindrical-coordinate representation of color #395350: hue angle of 173.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #395350 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB578380-
CMYK0.3100.040.67
HSL173.08º18.57%27.45%-
HSV(B)173.08º31.33%32.55%-
XYZ6.237.648.73-
YUV74.88130.89115.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=25.91%
G=37.73%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783800.3100.040.67173.0818.5727.45
Hex3953501F0443ad131b
Octal7112312037041032552333
Binary111001101001110100001111101001000011101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395350; }

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

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

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

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

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

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

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

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