Shades of Paradiso #378189
Tints of Paradiso #378189
RGB
CMYK
RGB Variations
Color information
#378189 (or 0x378189) is known color: Paradiso. HEX triplet: 37, 81 and 89. RGB value is (55,129,137). Sum of RGB (Red+Green+Blue) = 55+129+137=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #378189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378189 is #C87E76. Grayscale: #6B6B6B. Windows color (decimal): -13139575 or 9011511. OLE color: 9011511.
HSL color Cylindrical-coordinate representation of color #378189: hue angle of 185.85º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378189 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 129 | 137 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.46 |
| HSL | 185.85º | 0.43% | 0.38% | - |
| HSV(B) | 185.85º | 0.6% | 0.54% | - |
| XYZ | 13.94 | 18.32 | 26.47 | - |
| YUV | 107.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 137 | 0.60 | 0.06 | 0 | 0.46 | 185.85 | 0.43 | 0.38 |
| Hex | 37 | 81 | 89 | 3C | 6 | 0 | 2E | BA | 2B | 26 |
| Octal | 67 | 201 | 211 | 74 | 6 | 0 | 56 | 272 | 53 | 46 |
| Binary | 110111 | 10000001 | 10001001 | 111100 | 110 | 0 | 101110 | 10111010 | 101011 | 100110 |
Color Harmonies of #378189
Complementary color
Monochromatic Colors of #378189
Black with #378189
Text Example
Text Example
White with #378189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378189; }
p { color: rgb(55,129,137); }
H1.HeaderClassName
{
color: #378189;
}
.AnyTagClassName
{
color: #378189;
}
</style>
background-color css
<style>
a { background-color: #378189; }
a { background-color: rgb(55,129,137); }
div.DivClassName
{
background-color: #378189;
}
.BgClassName
{
background-color: #378189;
}
</style>
border-color css
<style>
span { border-color: #378189; }
span { border-color: rgb(55,129,137); }
td.TdClassName
{
border-color: #378189;
}
.TagClassName
{
border-color: #378189;
}
</style>