#3c8286

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

Shades of Paradiso #3C8286

Tints of Paradiso #3C8286

Color information

#3C8286 (or 0x3C8286) is unknown color: approx Paradiso. HEX triplet: 3C, 82 and 86. RGB value is (60,130,134). Sum of RGB (Red+Green+Blue) = 60+130+134=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C8286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8286 is #C37D79. Grayscale: #6D6D6D. Windows color (decimal): -12811642 or 8815164. OLE color: 8815164.

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

Color convert

RGB60130134-
CMYK0.550.0300.47
HSL183.24º38.14%38.04%-
HSV(B)183.24º55.22%52.55%-
XYZ14.1518.6525.41-
YUV109.53141.8192.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=18.52%
G=40.12%
B=41.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601301340.550.0300.47183.2438.1438.04
Hex3C828637302Fb72626
Octal742022066730572674646
Binary111100100000101000011011011111010111110110111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,134); }

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

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

 a { background-color: rgb(60,130,134); }

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

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

 span { border-color: rgb(60,130,134); }

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