Shades of Paradiso #367F89
Tints of Paradiso #367F89
RGB
CMYK
RGB Variations
Color information
#367F89 (or 0x367F89) is known color: Paradiso. HEX triplet: 36, 7F and 89. RGB value is (54,127,137). Sum of RGB (Red+Green+Blue) = 54+127+137=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #367F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F89 is #C98076. Grayscale: #6A6A6A. Windows color (decimal): -13205623 or 9010998. OLE color: 9010998.
HSL color Cylindrical-coordinate representation of color #367F89: hue angle of 187.23º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367F89 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 127 | 137 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.46 |
| HSL | 187.23º | 0.43% | 0.37% | - |
| HSV(B) | 187.23º | 0.61% | 0.54% | - |
| XYZ | 13.63 | 17.77 | 26.38 | - |
| YUV | 106.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 137 | 0.61 | 0.07 | 0 | 0.46 | 187.23 | 0.43 | 0.37 |
| Hex | 36 | 7F | 89 | 3D | 7 | 0 | 2E | BB | 2B | 25 |
| Octal | 66 | 177 | 211 | 75 | 7 | 0 | 56 | 273 | 53 | 45 |
| Binary | 110110 | 1111111 | 10001001 | 111101 | 111 | 0 | 101110 | 10111011 | 101011 | 100101 |
Color Harmonies of #367F89
Complementary color
Monochromatic Colors of #367F89
Black with #367F89
Text Example
Text Example
White with #367F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F89; }
p { color: rgb(54,127,137); }
H1.HeaderClassName
{
color: #367F89;
}
.AnyTagClassName
{
color: #367F89;
}
</style>
background-color css
<style>
a { background-color: #367F89; }
a { background-color: rgb(54,127,137); }
div.DivClassName
{
background-color: #367F89;
}
.BgClassName
{
background-color: #367F89;
}
</style>
border-color css
<style>
span { border-color: #367F89; }
span { border-color: rgb(54,127,137); }
td.TdClassName
{
border-color: #367F89;
}
.TagClassName
{
border-color: #367F89;
}
</style>