#3C7C86

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

Shades of Paradiso #3C7C86

Tints of Paradiso #3C7C86

Color information

#3C7C86 (or 0x3C7C86) is unknown color: approx Paradiso. HEX triplet: 3C, 7C and 86. RGB value is (60,124,134). Sum of RGB (Red+Green+Blue) = 60+124+134=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C7C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7C86 is #C38379. Grayscale: #696969. Windows color (decimal): -12813178 or 8813628. OLE color: 8813628.

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

Color convert

RGB60124134-
CMYK0.550.0700.47
HSL188.11º38.14%38.04%-
HSV(B)188.11º55.22%52.55%-
XYZ13.3717.125.15-
YUV106143.895.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=18.87%
G=38.99%
B=42.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601241340.550.0700.47188.1138.1438.04
Hex3C7C8637702Fbc2626
Octal741742066770572744646
Binary111100111110010000110110111111010111110111100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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