#3C8389

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

Shades of Paradiso #3C8389

Tints of Paradiso #3C8389

Color information

#3C8389 (or 0x3C8389) is unknown color: approx Paradiso. HEX triplet: 3C, 83 and 89. RGB value is (60,131,137). Sum of RGB (Red+Green+Blue) = 60+131+137=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8389 is #C37C76. Grayscale: #6E6E6E. Windows color (decimal): -12811383 or 9012028. OLE color: 9012028.

HSL color Cylindrical-coordinate representation of color #3C8389: hue angle of 184.68º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8389 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60131137-
CMYK0.560.0400.46
HSL184.68º39.09%38.63%-
HSV(B)184.68º56.2%53.73%-
XYZ14.51926.57-
YUV110.45142.9892.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=18.29%
G=39.94%
B=41.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601311370.560.0400.46184.6839.0938.63
Hex3C838938402Eb92727
Octal742032117040562714747
Binary1111001000001110001001111000100010111010111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,137); }

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

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

 a { background-color: rgb(60,131,137); }

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

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

 span { border-color: rgb(60,131,137); }

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