#39504D

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

Shades of Blue Dianne #39504D

Tints of Blue Dianne #39504D

Color information

#39504D (or 0x39504D) is unknown color: approx Blue Dianne. HEX triplet: 39, 50 and 4D. RGB value is (57,80,77). Sum of RGB (Red+Green+Blue) = 57+80+77=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #39504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39504D is #C6AFB2. Grayscale: #484848. Windows color (decimal): -13021107 or 5066809. OLE color: 5066809.

HSL color Cylindrical-coordinate representation of color #39504D: hue angle of 172.17º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39504D is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB578077-
CMYK0.2900.040.69
HSL172.17º16.79%26.86%-
HSV(B)172.17º28.75%31.37%-
XYZ5.97.148.09-
YUV72.78130.38116.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=26.64%
G=37.38%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780770.2900.040.69172.1716.7926.86
Hex39504D1D0445ac111b
Octal7112011535041052542133
Binary111001101000010011011110101001000101101011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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