#39514D

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

Shades of Blue Dianne #39514D

Tints of Blue Dianne #39514D

Color information

#39514D (or 0x39514D) is unknown color: approx Blue Dianne. HEX triplet: 39, 51 and 4D. RGB value is (57,81,77). Sum of RGB (Red+Green+Blue) = 57+81+77=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #39514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39514D is #C6AEB2. Grayscale: #494949. Windows color (decimal): -13020851 or 5067065. OLE color: 5067065.

HSL color Cylindrical-coordinate representation of color #39514D: hue angle of 170º 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 #39514D is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB578177-
CMYK0.3000.050.68
HSL170º17.39%27.06%-
HSV(B)170º29.63%31.76%-
XYZ5.977.298.11-
YUV73.37130.05116.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=26.51%
G=37.67%
B=35.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781770.3000.050.6817017.3927.06
Hex39514D1E0544aa111b
Octal7112111536051042522133
Binary111001101000110011011111001011000100101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39514D; }

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

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

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

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

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

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

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

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