Shades of Paradiso #45838D
Tints of Paradiso #45838D
RGB
CMYK
RGB Variations
Color information
#45838D (or 0x45838D) is known color: Paradiso. HEX triplet: 45, 83 and 8D. RGB value is (69,131,141). Sum of RGB (Red+Green+Blue) = 69+131+141=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #45838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45838D is #BA7C72. Grayscale: #717171. Windows color (decimal): -12221555 or 9274181. OLE color: 9274181.
HSL color Cylindrical-coordinate representation of color #45838D: hue angle of 188.33º 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 #45838D is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 131 | 141 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.45 |
| HSL | 188.33º | 0.34% | 0.41% | - |
| HSV(B) | 188.33º | 0.51% | 0.55% | - |
| XYZ | 15.38 | 19.42 | 28.14 | - |
| YUV | 113.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 141 | 0.51 | 0.07 | 0 | 0.45 | 188.33 | 0.34 | 0.41 |
| Hex | 45 | 83 | 8D | 33 | 7 | 0 | 2D | BC | 22 | 29 |
| Octal | 105 | 203 | 215 | 63 | 7 | 0 | 55 | 274 | 42 | 51 |
| Binary | 1000101 | 10000011 | 10001101 | 110011 | 111 | 0 | 101101 | 10111100 | 100010 | 101001 |
Color Harmonies of #45838D
Complementary color
Monochromatic Colors of #45838D
Black with #45838D
Text Example
Text Example
White with #45838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45838D; }
p { color: rgb(69,131,141); }
H1.HeaderClassName
{
color: #45838D;
}
.AnyTagClassName
{
color: #45838D;
}
</style>
background-color css
<style>
a { background-color: #45838D; }
a { background-color: rgb(69,131,141); }
div.DivClassName
{
background-color: #45838D;
}
.BgClassName
{
background-color: #45838D;
}
</style>
border-color css
<style>
span { border-color: #45838D; }
span { border-color: rgb(69,131,141); }
td.TdClassName
{
border-color: #45838D;
}
.TagClassName
{
border-color: #45838D;
}
</style>