#3C8584

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

Shades of Paradiso #3C8584

Tints of Paradiso #3C8584

Color information

#3C8584 (or 0x3C8584) is unknown color: approx Paradiso. HEX triplet: 3C, 85 and 84. RGB value is (60,133,132). Sum of RGB (Red+Green+Blue) = 60+133+132=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8584 is #C37A7B. Grayscale: #6E6E6E. Windows color (decimal): -12810876 or 8684860. OLE color: 8684860.

HSL color Cylindrical-coordinate representation of color #3C8584: hue angle of 179.18º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8584 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB60133132-
CMYK0.5500.010.48
HSL179.18º37.82%37.84%-
HSV(B)179.18º54.89%52.16%-
XYZ14.4219.424.81-
YUV111.06139.8291.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=18.46%
G=40.92%
B=40.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331320.5500.010.48179.1837.8237.84
Hex3C8584370130b32626
Octal742052046701602634646
Binary11110010000101100001001101110111000010110011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,132); }

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

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

 a { background-color: rgb(60,133,132); }

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

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

 span { border-color: rgb(60,133,132); }

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