Shades of Pelorous #31ADBD
Tints of Pelorous #31ADBD
RGB
CMYK
RGB Variations
Color information
#31ADBD (or 0x31ADBD) is known color: Pelorous. HEX triplet: 31, AD and BD. RGB value is (49,173,189). Sum of RGB (Red+Green+Blue) = 49+173+189=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #31ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADBD is #CE5242. Grayscale: #898989. Windows color (decimal): -13521475 or 12430641. OLE color: 12430641.
HSL color Cylindrical-coordinate representation of color #31ADBD: hue angle of 186.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ADBD is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 173 | 189 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.26 |
| HSL | 186.86º | 0.59% | 0.47% | - |
| HSV(B) | 186.86º | 0.74% | 0.74% | - |
| XYZ | 25.4 | 34.21 | 53.41 | - |
| YUV | 137.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 189 | 0.74 | 0.08 | 0 | 0.26 | 186.86 | 0.59 | 0.47 |
| Hex | 31 | AD | BD | 4A | 8 | 0 | 1A | BB | 3B | 2F |
| Octal | 61 | 255 | 275 | 112 | 10 | 0 | 32 | 273 | 73 | 57 |
| Binary | 110001 | 10101101 | 10111101 | 1001010 | 1000 | 0 | 11010 | 10111011 | 111011 | 101111 |
Color Harmonies of #31ADBD
Complementary color
Monochromatic Colors of #31ADBD
Black with #31ADBD
Text Example
Text Example
White with #31ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADBD; }
p { color: rgb(49,173,189); }
H1.HeaderClassName
{
color: #31ADBD;
}
.AnyTagClassName
{
color: #31ADBD;
}
</style>
background-color css
<style>
a { background-color: #31ADBD; }
a { background-color: rgb(49,173,189); }
div.DivClassName
{
background-color: #31ADBD;
}
.BgClassName
{
background-color: #31ADBD;
}
</style>
border-color css
<style>
span { border-color: #31ADBD; }
span { border-color: rgb(49,173,189); }
td.TdClassName
{
border-color: #31ADBD;
}
.TagClassName
{
border-color: #31ADBD;
}
</style>