#3C8084

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

Shades of Paradiso #3C8084

Tints of Paradiso #3C8084

Color information

#3C8084 (or 0x3C8084) is unknown color: approx Paradiso. HEX triplet: 3C, 80 and 84. RGB value is (60,128,132). Sum of RGB (Red+Green+Blue) = 60+128+132=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8084 is #C37F7B. Grayscale: #6C6C6C. Windows color (decimal): -12812156 or 8683580. OLE color: 8683580.

HSL color Cylindrical-coordinate representation of color #3C8084: hue angle of 183.33º 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 #3C8084 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60128132-
CMYK0.550.0300.48
HSL183.33º37.5%37.65%-
HSV(B)183.33º54.55%51.76%-
XYZ13.7518.0624.59-
YUV108.12141.4793.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=18.75%
G=40%
B=41.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601281320.550.0300.48183.3337.537.65
Hex3C8084373030b72626
Octal742002046730602674646
Binary111100100000001000010011011111011000010110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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