Shades of Paradiso #43828C
Tints of Paradiso #43828C
RGB
CMYK
RGB Variations
Color information
#43828C (or 0x43828C) is known color: Paradiso. HEX triplet: 43, 82 and 8C. RGB value is (67,130,140). Sum of RGB (Red+Green+Blue) = 67+130+140=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #43828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43828C is #BC7D73. Grayscale: #707070. Windows color (decimal): -12352884 or 9208387. OLE color: 9208387.
HSL color Cylindrical-coordinate representation of color #43828C: hue angle of 188.22º 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 #43828C is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 130 | 140 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.45 |
| HSL | 188.22º | 0.35% | 0.41% | - |
| HSV(B) | 188.22º | 0.52% | 0.55% | - |
| XYZ | 15.03 | 19.05 | 27.7 | - |
| YUV | 112.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 140 | 0.52 | 0.07 | 0 | 0.45 | 188.22 | 0.35 | 0.41 |
| Hex | 43 | 82 | 8C | 34 | 7 | 0 | 2D | BC | 23 | 29 |
| Octal | 103 | 202 | 214 | 64 | 7 | 0 | 55 | 274 | 43 | 51 |
| Binary | 1000011 | 10000010 | 10001100 | 110100 | 111 | 0 | 101101 | 10111100 | 100011 | 101001 |
Color Harmonies of #43828C
Complementary color
Monochromatic Colors of #43828C
Black with #43828C
Text Example
Text Example
White with #43828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43828C; }
p { color: rgb(67,130,140); }
H1.HeaderClassName
{
color: #43828C;
}
.AnyTagClassName
{
color: #43828C;
}
</style>
background-color css
<style>
a { background-color: #43828C; }
a { background-color: rgb(67,130,140); }
div.DivClassName
{
background-color: #43828C;
}
.BgClassName
{
background-color: #43828C;
}
</style>
border-color css
<style>
span { border-color: #43828C; }
span { border-color: rgb(67,130,140); }
td.TdClassName
{
border-color: #43828C;
}
.TagClassName
{
border-color: #43828C;
}
</style>