Shades of Paradiso #438384
Tints of Paradiso #438384
RGB
CMYK
RGB Variations
Color information
#438384 (or 0x438384) is known color: Paradiso. HEX triplet: 43, 83 and 84. RGB value is (67,131,132). Sum of RGB (Red+Green+Blue) = 67+131+132=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #438384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438384 is #BC7C7B. Grayscale: #6F6F6F. Windows color (decimal): -12352636 or 8684355. OLE color: 8684355.
HSL color Cylindrical-coordinate representation of color #438384: hue angle of 180.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438384 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 131 | 132 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.48 |
| HSL | 180.92º | 0.33% | 0.39% | - |
| HSV(B) | 180.92º | 0.49% | 0.52% | - |
| XYZ | 14.6 | 19.09 | 24.75 | - |
| YUV | 111.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 132 | 0.49 | 0.01 | 0 | 0.48 | 180.92 | 0.33 | 0.39 |
| Hex | 43 | 83 | 84 | 31 | 1 | 0 | 30 | B5 | 21 | 27 |
| Octal | 103 | 203 | 204 | 61 | 1 | 0 | 60 | 265 | 41 | 47 |
| Binary | 1000011 | 10000011 | 10000100 | 110001 | 1 | 0 | 110000 | 10110101 | 100001 | 100111 |
Color Harmonies of #438384
Complementary color
Monochromatic Colors of #438384
Black with #438384
Text Example
Text Example
White with #438384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438384; }
p { color: rgb(67,131,132); }
H1.HeaderClassName
{
color: #438384;
}
.AnyTagClassName
{
color: #438384;
}
</style>
background-color css
<style>
a { background-color: #438384; }
a { background-color: rgb(67,131,132); }
div.DivClassName
{
background-color: #438384;
}
.BgClassName
{
background-color: #438384;
}
</style>
border-color css
<style>
span { border-color: #438384; }
span { border-color: rgb(67,131,132); }
td.TdClassName
{
border-color: #438384;
}
.TagClassName
{
border-color: #438384;
}
</style>