#3C5250

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

Shades of Blue Dianne #3C5250

Tints of Blue Dianne #3C5250

Color information

#3C5250 (or 0x3C5250) is unknown color: approx Blue Dianne. HEX triplet: 3C, 52 and 50. RGB value is (60,82,80). Sum of RGB (Red+Green+Blue) = 60+82+80=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5250 is #C3ADAF. Grayscale: #4B4B4B. Windows color (decimal): -12823984 or 5263932. OLE color: 5263932.

HSL color Cylindrical-coordinate representation of color #3C5250: hue angle of 174.55º 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 #3C5250 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB608280-
CMYK0.2700.020.68
HSL174.55º15.49%27.84%-
HSV(B)174.55º26.83%32.16%-
XYZ6.337.578.72-
YUV75.19130.71117.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=27.03%
G=36.94%
B=36.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082800.2700.020.68174.5515.4927.84
Hex3C52501B0244aff1c
Octal7412212033021042571734
Binary1111001010010101000011011010100010010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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