Shades of Paradiso #40838C
Tints of Paradiso #40838C
RGB
CMYK
RGB Variations
Color information
#40838C (or 0x40838C) is known color: Paradiso. HEX triplet: 40, 83 and 8C. RGB value is (64,131,140). Sum of RGB (Red+Green+Blue) = 64+131+140=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #40838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40838C is #BF7C73. Grayscale: #6F6F6F. Windows color (decimal): -12549236 or 9208640. OLE color: 9208640.
HSL color Cylindrical-coordinate representation of color #40838C: hue angle of 187.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40838C is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 131 | 140 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.45 |
| HSL | 187.11º | 0.37% | 0.4% | - |
| HSV(B) | 187.11º | 0.54% | 0.55% | - |
| XYZ | 14.96 | 19.22 | 27.73 | - |
| YUV | 111.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 140 | 0.54 | 0.06 | 0 | 0.45 | 187.11 | 0.37 | 0.4 |
| Hex | 40 | 83 | 8C | 36 | 6 | 0 | 2D | BB | 25 | 28 |
| Octal | 100 | 203 | 214 | 66 | 6 | 0 | 55 | 273 | 45 | 50 |
| Binary | 1000000 | 10000011 | 10001100 | 110110 | 110 | 0 | 101101 | 10111011 | 100101 | 101000 |
Color Harmonies of #40838C
Complementary color
Monochromatic Colors of #40838C
Black with #40838C
Text Example
Text Example
White with #40838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40838C; }
p { color: rgb(64,131,140); }
H1.HeaderClassName
{
color: #40838C;
}
.AnyTagClassName
{
color: #40838C;
}
</style>
background-color css
<style>
a { background-color: #40838C; }
a { background-color: rgb(64,131,140); }
div.DivClassName
{
background-color: #40838C;
}
.BgClassName
{
background-color: #40838C;
}
</style>
border-color css
<style>
span { border-color: #40838C; }
span { border-color: rgb(64,131,140); }
td.TdClassName
{
border-color: #40838C;
}
.TagClassName
{
border-color: #40838C;
}
</style>