#3C524F

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

Shades of Blue Dianne #3C524F

Tints of Blue Dianne #3C524F

Color information

#3C524F (or 0x3C524F) is unknown color: approx Blue Dianne. HEX triplet: 3C, 52 and 4F. RGB value is (60,82,79). Sum of RGB (Red+Green+Blue) = 60+82+79=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C524F is #C3ADB0. Grayscale: #4B4B4B. Windows color (decimal): -12823985 or 5198396. OLE color: 5198396.

HSL color Cylindrical-coordinate representation of color #3C524F: hue angle of 171.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C524F is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB608279-
CMYK0.2700.040.68
HSL171.82º15.49%27.84%-
HSV(B)171.82º26.83%32.16%-
XYZ6.297.568.52-
YUV75.08130.21117.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=27.15%
G=37.10%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082790.2700.040.68171.8215.4927.84
Hex3C524F1B0444acf1c
Octal7412211733041042541734
Binary11110010100101001111110110100100010010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C524F; }

 p { color: rgb(60,82,79); }

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

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

 a { background-color: rgb(60,82,79); }

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

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

 span { border-color: rgb(60,82,79); }

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