Shades of Pelorous #2DA2BB
Tints of Pelorous #2DA2BB
RGB
CMYK
RGB Variations
Color information
#2DA2BB (or 0x2DA2BB) is known color: Pelorous. HEX triplet: 2D, A2 and BB. RGB value is (45,162,187). Sum of RGB (Red+Green+Blue) = 45+162+187=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #2DA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA2BB is #D25D44. Grayscale: #818181. Windows color (decimal): -13786437 or 12296749. OLE color: 12296749.
HSL color Cylindrical-coordinate representation of color #2DA2BB: hue angle of 190.56º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA2BB is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 162 | 187 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.27 |
| HSL | 190.56º | 0.61% | 0.45% | - |
| HSV(B) | 190.56º | 0.76% | 0.73% | - |
| XYZ | 22.97 | 29.99 | 51.59 | - |
| YUV | 129.87 | 160.24 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 187 | 0.76 | 0.13 | 0 | 0.27 | 190.56 | 0.61 | 0.45 |
| Hex | 2D | A2 | BB | 4C | D | 0 | 1B | BF | 3D | 2D |
| Octal | 55 | 242 | 273 | 114 | 15 | 0 | 33 | 277 | 75 | 55 |
| Binary | 101101 | 10100010 | 10111011 | 1001100 | 1101 | 0 | 11011 | 10111111 | 111101 | 101101 |
Color Harmonies of #2DA2BB
Complementary color
Monochromatic Colors of #2DA2BB
Black with #2DA2BB
Text Example
Text Example
White with #2DA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA2BB; }
p { color: rgb(45,162,187); }
H1.HeaderClassName
{
color: #2DA2BB;
}
.AnyTagClassName
{
color: #2DA2BB;
}
</style>
background-color css
<style>
a { background-color: #2DA2BB; }
a { background-color: rgb(45,162,187); }
div.DivClassName
{
background-color: #2DA2BB;
}
.BgClassName
{
background-color: #2DA2BB;
}
</style>
border-color css
<style>
span { border-color: #2DA2BB; }
span { border-color: rgb(45,162,187); }
td.TdClassName
{
border-color: #2DA2BB;
}
.TagClassName
{
border-color: #2DA2BB;
}
</style>