#3C8581

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

Shades of Paradiso #3C8581

Tints of Paradiso #3C8581

Color information

#3C8581 (or 0x3C8581) is unknown color: approx Paradiso. HEX triplet: 3C, 85 and 81. RGB value is (60,133,129). Sum of RGB (Red+Green+Blue) = 60+133+129=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8581 is #C37A7E. Grayscale: #6E6E6E. Windows color (decimal): -12810879 or 8488252. OLE color: 8488252.

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

Color convert

RGB60133129-
CMYK0.5500.030.48
HSL176.71º37.82%37.84%-
HSV(B)176.71º54.89%52.16%-
XYZ14.2119.3223.75-
YUV110.72138.3291.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=18.63%
G=41.30%
B=40.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331290.5500.030.48176.7137.8237.84
Hex3C8581370330b12626
Octal742052016703602614646
Binary111100100001011000000111011101111000010110001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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