Shades of Paradiso #38818A
Tints of Paradiso #38818A
RGB
CMYK
RGB Variations
Color information
#38818A (or 0x38818A) is known color: Paradiso. HEX triplet: 38, 81 and 8A. RGB value is (56,129,138). Sum of RGB (Red+Green+Blue) = 56+129+138=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #38818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38818A is #C77E75. Grayscale: #6C6C6C. Windows color (decimal): -13074038 or 9077048. OLE color: 9077048.
HSL color Cylindrical-coordinate representation of color #38818A: hue angle of 186.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38818A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 129 | 138 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.46 |
| HSL | 186.59º | 0.42% | 0.38% | - |
| HSV(B) | 186.59º | 0.59% | 0.54% | - |
| XYZ | 14.07 | 18.38 | 26.85 | - |
| YUV | 108.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 138 | 0.59 | 0.07 | 0 | 0.46 | 186.59 | 0.42 | 0.38 |
| Hex | 38 | 81 | 8A | 3B | 7 | 0 | 2E | BB | 2A | 26 |
| Octal | 70 | 201 | 212 | 73 | 7 | 0 | 56 | 273 | 52 | 46 |
| Binary | 111000 | 10000001 | 10001010 | 111011 | 111 | 0 | 101110 | 10111011 | 101010 | 100110 |
Color Harmonies of #38818A
Complementary color
Monochromatic Colors of #38818A
Black with #38818A
Text Example
Text Example
White with #38818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38818A; }
p { color: rgb(56,129,138); }
H1.HeaderClassName
{
color: #38818A;
}
.AnyTagClassName
{
color: #38818A;
}
</style>
background-color css
<style>
a { background-color: #38818A; }
a { background-color: rgb(56,129,138); }
div.DivClassName
{
background-color: #38818A;
}
.BgClassName
{
background-color: #38818A;
}
</style>
border-color css
<style>
span { border-color: #38818A; }
span { border-color: rgb(56,129,138); }
td.TdClassName
{
border-color: #38818A;
}
.TagClassName
{
border-color: #38818A;
}
</style>