Shades of Paradiso #357F8A
Tints of Paradiso #357F8A
RGB
CMYK
RGB Variations
Color information
#357F8A (or 0x357F8A) is known color: Paradiso. HEX triplet: 35, 7F and 8A. RGB value is (53,127,138). Sum of RGB (Red+Green+Blue) = 53+127+138=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #357F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F8A is #CA8075. Grayscale: #6A6A6A. Windows color (decimal): -13271158 or 9076533. OLE color: 9076533.
HSL color Cylindrical-coordinate representation of color #357F8A: hue angle of 187.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357F8A is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 127 | 138 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.46 |
| HSL | 187.76º | 0.45% | 0.37% | - |
| HSV(B) | 187.76º | 0.62% | 0.54% | - |
| XYZ | 13.65 | 17.77 | 26.76 | - |
| YUV | 106.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 138 | 0.62 | 0.08 | 0 | 0.46 | 187.76 | 0.45 | 0.37 |
| Hex | 35 | 7F | 8A | 3E | 8 | 0 | 2E | BC | 2D | 25 |
| Octal | 65 | 177 | 212 | 76 | 10 | 0 | 56 | 274 | 55 | 45 |
| Binary | 110101 | 1111111 | 10001010 | 111110 | 1000 | 0 | 101110 | 10111100 | 101101 | 100101 |
Color Harmonies of #357F8A
Complementary color
Monochromatic Colors of #357F8A
Black with #357F8A
Text Example
Text Example
White with #357F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F8A; }
p { color: rgb(53,127,138); }
H1.HeaderClassName
{
color: #357F8A;
}
.AnyTagClassName
{
color: #357F8A;
}
</style>
background-color css
<style>
a { background-color: #357F8A; }
a { background-color: rgb(53,127,138); }
div.DivClassName
{
background-color: #357F8A;
}
.BgClassName
{
background-color: #357F8A;
}
</style>
border-color css
<style>
span { border-color: #357F8A; }
span { border-color: rgb(53,127,138); }
td.TdClassName
{
border-color: #357F8A;
}
.TagClassName
{
border-color: #357F8A;
}
</style>