#3C7D81

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

Shades of Paradiso #3C7D81

Tints of Paradiso #3C7D81

Color information

#3C7D81 (or 0x3C7D81) is unknown color: approx Paradiso. HEX triplet: 3C, 7D and 81. RGB value is (60,125,129). Sum of RGB (Red+Green+Blue) = 60+125+129=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C7D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7D81 is #C3827E. Grayscale: #696969. Windows color (decimal): -12812927 or 8486204. OLE color: 8486204.

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

Color convert

RGB60125129-
CMYK0.530.0300.49
HSL183.48º36.51%37.06%-
HSV(B)183.48º53.49%50.59%-
XYZ13.1617.2123.4-
YUV106.02140.9795.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=19.11%
G=39.81%
B=41.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601251290.530.0300.49183.4836.5137.06
Hex3C7D81353031b72525
Octal741752016530612674545
Binary11110011111011000000111010111011000110110111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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