Shades of Paradiso #34808A
Tints of Paradiso #34808A
RGB
CMYK
RGB Variations
Color information
#34808A (or 0x34808A) is known color: Paradiso. HEX triplet: 34, 80 and 8A. RGB value is (52,128,138). Sum of RGB (Red+Green+Blue) = 52+128+138=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #34808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34808A is #CB7F75. Grayscale: #6A6A6A. Windows color (decimal): -13336438 or 9076788. OLE color: 9076788.
HSL color Cylindrical-coordinate representation of color #34808A: hue angle of 186.98º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34808A is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 128 | 138 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.46 |
| HSL | 186.98º | 0.45% | 0.37% | - |
| HSV(B) | 186.98º | 0.62% | 0.54% | - |
| XYZ | 13.72 | 18 | 26.8 | - |
| YUV | 106.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 138 | 0.62 | 0.07 | 0 | 0.46 | 186.98 | 0.45 | 0.37 |
| Hex | 34 | 80 | 8A | 3E | 7 | 0 | 2E | BB | 2D | 25 |
| Octal | 64 | 200 | 212 | 76 | 7 | 0 | 56 | 273 | 55 | 45 |
| Binary | 110100 | 10000000 | 10001010 | 111110 | 111 | 0 | 101110 | 10111011 | 101101 | 100101 |
Color Harmonies of #34808A
Complementary color
Monochromatic Colors of #34808A
Black with #34808A
Text Example
Text Example
White with #34808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34808A; }
p { color: rgb(52,128,138); }
H1.HeaderClassName
{
color: #34808A;
}
.AnyTagClassName
{
color: #34808A;
}
</style>
background-color css
<style>
a { background-color: #34808A; }
a { background-color: rgb(52,128,138); }
div.DivClassName
{
background-color: #34808A;
}
.BgClassName
{
background-color: #34808A;
}
</style>
border-color css
<style>
span { border-color: #34808A; }
span { border-color: rgb(52,128,138); }
td.TdClassName
{
border-color: #34808A;
}
.TagClassName
{
border-color: #34808A;
}
</style>