#39504E

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

Shades of Blue Dianne #39504E

Tints of Blue Dianne #39504E

Color information

#39504E (or 0x39504E) is unknown color: approx Blue Dianne. HEX triplet: 39, 50 and 4E. RGB value is (57,80,78). Sum of RGB (Red+Green+Blue) = 57+80+78=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #39504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39504E is #C6AFB1. Grayscale: #484848. Windows color (decimal): -13021106 or 5132345. OLE color: 5132345.

HSL color Cylindrical-coordinate representation of color #39504E: hue angle of 174.78º 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 #39504E is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB578078-
CMYK0.2900.020.69
HSL174.78º16.79%26.86%-
HSV(B)174.78º28.75%31.37%-
XYZ5.937.168.28-
YUV72.89130.88116.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=26.51%
G=37.21%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780780.2900.020.69174.7816.7926.86
Hex39504E1D0245af111b
Octal7112011635021052572133
Binary11100110100001001110111010101000101101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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