Shades of Paradiso #3F7D81
Tints of Paradiso #3F7D81
RGB
CMYK
RGB Variations
Color information
#3F7D81 (or 0x3F7D81) is known color: Paradiso. HEX triplet: 3F, 7D and 81. RGB value is (63,125,129). Sum of RGB (Red+Green+Blue) = 63+125+129=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F7D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7D81 is #C0827E. Grayscale: #6A6A6A. Windows color (decimal): -12616319 or 8486207. OLE color: 8486207.
HSL color Cylindrical-coordinate representation of color #3F7D81: hue angle of 183.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F7D81 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 125 | 129 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.49 |
| HSL | 183.64º | 0.34% | 0.38% | - |
| HSV(B) | 183.64º | 0.51% | 0.51% | - |
| XYZ | 13.35 | 17.31 | 23.41 | - |
| YUV | 106.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 129 | 0.51 | 0.03 | 0 | 0.49 | 183.64 | 0.34 | 0.38 |
| Hex | 3F | 7D | 81 | 33 | 3 | 0 | 31 | B8 | 22 | 26 |
| Octal | 77 | 175 | 201 | 63 | 3 | 0 | 61 | 270 | 42 | 46 |
| Binary | 111111 | 1111101 | 10000001 | 110011 | 11 | 0 | 110001 | 10111000 | 100010 | 100110 |
Color Harmonies of #3F7D81
Complementary color
Monochromatic Colors of #3F7D81
Black with #3F7D81
Text Example
Text Example
White with #3F7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7D81; }
p { color: rgb(63,125,129); }
H1.HeaderClassName
{
color: #3F7D81;
}
.AnyTagClassName
{
color: #3F7D81;
}
</style>
background-color css
<style>
a { background-color: #3F7D81; }
a { background-color: rgb(63,125,129); }
div.DivClassName
{
background-color: #3F7D81;
}
.BgClassName
{
background-color: #3F7D81;
}
</style>
border-color css
<style>
span { border-color: #3F7D81; }
span { border-color: rgb(63,125,129); }
td.TdClassName
{
border-color: #3F7D81;
}
.TagClassName
{
border-color: #3F7D81;
}
</style>