Shades of Paradiso #43818A
Tints of Paradiso #43818A
RGB
CMYK
RGB Variations
Color information
#43818A (or 0x43818A) is known color: Paradiso. HEX triplet: 43, 81 and 8A. RGB value is (67,129,138). Sum of RGB (Red+Green+Blue) = 67+129+138=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #43818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43818A is #BC7E75. Grayscale: #6F6F6F. Windows color (decimal): -12353142 or 9077059. OLE color: 9077059.
HSL color Cylindrical-coordinate representation of color #43818A: hue angle of 187.61º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43818A is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 129 | 138 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.46 |
| HSL | 187.61º | 0.35% | 0.4% | - |
| HSV(B) | 187.61º | 0.51% | 0.54% | - |
| XYZ | 14.75 | 18.73 | 26.88 | - |
| YUV | 111.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 138 | 0.51 | 0.07 | 0 | 0.46 | 187.61 | 0.35 | 0.4 |
| Hex | 43 | 81 | 8A | 33 | 7 | 0 | 2E | BC | 23 | 28 |
| Octal | 103 | 201 | 212 | 63 | 7 | 0 | 56 | 274 | 43 | 50 |
| Binary | 1000011 | 10000001 | 10001010 | 110011 | 111 | 0 | 101110 | 10111100 | 100011 | 101000 |
Color Harmonies of #43818A
Complementary color
Monochromatic Colors of #43818A
Black with #43818A
Text Example
Text Example
White with #43818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43818A; }
p { color: rgb(67,129,138); }
H1.HeaderClassName
{
color: #43818A;
}
.AnyTagClassName
{
color: #43818A;
}
</style>
background-color css
<style>
a { background-color: #43818A; }
a { background-color: rgb(67,129,138); }
div.DivClassName
{
background-color: #43818A;
}
.BgClassName
{
background-color: #43818A;
}
</style>
border-color css
<style>
span { border-color: #43818A; }
span { border-color: rgb(67,129,138); }
td.TdClassName
{
border-color: #43818A;
}
.TagClassName
{
border-color: #43818A;
}
</style>