Shades of Paradiso #43818C
Tints of Paradiso #43818C
RGB
CMYK
RGB Variations
Color information
#43818C (or 0x43818C) is known color: Paradiso. HEX triplet: 43, 81 and 8C. RGB value is (67,129,140). Sum of RGB (Red+Green+Blue) = 67+129+140=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #43818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43818C is #BC7E73. Grayscale: #6F6F6F. Windows color (decimal): -12353140 or 9208131. OLE color: 9208131.
HSL color Cylindrical-coordinate representation of color #43818C: hue angle of 189.04º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43818C is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 129 | 140 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.45 |
| HSL | 189.04º | 0.35% | 0.41% | - |
| HSV(B) | 189.04º | 0.52% | 0.55% | - |
| XYZ | 14.9 | 18.79 | 27.65 | - |
| YUV | 111.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 140 | 0.52 | 0.08 | 0 | 0.45 | 189.04 | 0.35 | 0.41 |
| Hex | 43 | 81 | 8C | 34 | 8 | 0 | 2D | BD | 23 | 29 |
| Octal | 103 | 201 | 214 | 64 | 10 | 0 | 55 | 275 | 43 | 51 |
| Binary | 1000011 | 10000001 | 10001100 | 110100 | 1000 | 0 | 101101 | 10111101 | 100011 | 101001 |
Color Harmonies of #43818C
Complementary color
Monochromatic Colors of #43818C
Black with #43818C
Text Example
Text Example
White with #43818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43818C; }
p { color: rgb(67,129,140); }
H1.HeaderClassName
{
color: #43818C;
}
.AnyTagClassName
{
color: #43818C;
}
</style>
background-color css
<style>
a { background-color: #43818C; }
a { background-color: rgb(67,129,140); }
div.DivClassName
{
background-color: #43818C;
}
.BgClassName
{
background-color: #43818C;
}
</style>
border-color css
<style>
span { border-color: #43818C; }
span { border-color: rgb(67,129,140); }
td.TdClassName
{
border-color: #43818C;
}
.TagClassName
{
border-color: #43818C;
}
</style>