Shades of Paradiso #44868B
Tints of Paradiso #44868B
RGB
CMYK
RGB Variations
Color information
#44868B (or 0x44868B) is known color: Paradiso. HEX triplet: 44, 86 and 8B. RGB value is (68,134,139). Sum of RGB (Red+Green+Blue) = 68+134+139=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #44868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44868B is #BB7974. Grayscale: #727272. Windows color (decimal): -12286325 or 9143876. OLE color: 9143876.
HSL color Cylindrical-coordinate representation of color #44868B: hue angle of 184.23º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44868B is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 134 | 139 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.45 |
| HSL | 184.23º | 0.34% | 0.41% | - |
| HSV(B) | 184.23º | 0.51% | 0.55% | - |
| XYZ | 15.57 | 20.14 | 27.49 | - |
| YUV | 114.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 139 | 0.51 | 0.04 | 0 | 0.45 | 184.23 | 0.34 | 0.41 |
| Hex | 44 | 86 | 8B | 33 | 4 | 0 | 2D | B8 | 22 | 29 |
| Octal | 104 | 206 | 213 | 63 | 4 | 0 | 55 | 270 | 42 | 51 |
| Binary | 1000100 | 10000110 | 10001011 | 110011 | 100 | 0 | 101101 | 10111000 | 100010 | 101001 |
Color Harmonies of #44868B
Complementary color
Monochromatic Colors of #44868B
Black with #44868B
Text Example
Text Example
White with #44868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44868B; }
p { color: rgb(68,134,139); }
H1.HeaderClassName
{
color: #44868B;
}
.AnyTagClassName
{
color: #44868B;
}
</style>
background-color css
<style>
a { background-color: #44868B; }
a { background-color: rgb(68,134,139); }
div.DivClassName
{
background-color: #44868B;
}
.BgClassName
{
background-color: #44868B;
}
</style>
border-color css
<style>
span { border-color: #44868B; }
span { border-color: rgb(68,134,139); }
td.TdClassName
{
border-color: #44868B;
}
.TagClassName
{
border-color: #44868B;
}
</style>