Shades of Paradiso #3F858A
Tints of Paradiso #3F858A
RGB
CMYK
RGB Variations
Color information
#3F858A (or 0x3F858A) is known color: Paradiso. HEX triplet: 3F, 85 and 8A. RGB value is (63,133,138). Sum of RGB (Red+Green+Blue) = 63+133+138=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F858A is #C07A75. Grayscale: #707070. Windows color (decimal): -12614262 or 9078079. OLE color: 9078079.
HSL color Cylindrical-coordinate representation of color #3F858A: hue angle of 184º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F858A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 133 | 138 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.46 |
| HSL | 184º | 0.37% | 0.39% | - |
| HSV(B) | 184º | 0.54% | 0.54% | - |
| XYZ | 15.02 | 19.67 | 27.05 | - |
| YUV | 112.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 138 | 0.54 | 0.04 | 0 | 0.46 | 184 | 0.37 | 0.39 |
| Hex | 3F | 85 | 8A | 36 | 4 | 0 | 2E | B8 | 25 | 27 |
| Octal | 77 | 205 | 212 | 66 | 4 | 0 | 56 | 270 | 45 | 47 |
| Binary | 111111 | 10000101 | 10001010 | 110110 | 100 | 0 | 101110 | 10111000 | 100101 | 100111 |
Color Harmonies of #3F858A
Complementary color
Monochromatic Colors of #3F858A
Black with #3F858A
Text Example
Text Example
White with #3F858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F858A; }
p { color: rgb(63,133,138); }
H1.HeaderClassName
{
color: #3F858A;
}
.AnyTagClassName
{
color: #3F858A;
}
</style>
background-color css
<style>
a { background-color: #3F858A; }
a { background-color: rgb(63,133,138); }
div.DivClassName
{
background-color: #3F858A;
}
.BgClassName
{
background-color: #3F858A;
}
</style>
border-color css
<style>
span { border-color: #3F858A; }
span { border-color: rgb(63,133,138); }
td.TdClassName
{
border-color: #3F858A;
}
.TagClassName
{
border-color: #3F858A;
}
</style>