Shades of Pelorous #2DA6C3
Tints of Pelorous #2DA6C3
RGB
CMYK
RGB Variations
Color information
#2DA6C3 (or 0x2DA6C3) is known color: Pelorous. HEX triplet: 2D, A6 and C3. RGB value is (45,166,195). Sum of RGB (Red+Green+Blue) = 45+166+195=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DA6C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DA6C3 is #D2593C. Grayscale: #848484. Windows color (decimal): -13785405 or 12822061. OLE color: 12822061.
HSL color Cylindrical-coordinate representation of color #2DA6C3: hue angle of 191.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DA6C3 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 166 | 195 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.24 |
| HSL | 191.6º | 0.63% | 0.47% | - |
| HSV(B) | 191.6º | 0.77% | 0.76% | - |
| XYZ | 24.57 | 31.77 | 56.47 | - |
| YUV | 133.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 195 | 0.77 | 0.15 | 0 | 0.24 | 191.6 | 0.63 | 0.47 |
| Hex | 2D | A6 | C3 | 4D | F | 0 | 18 | C0 | 3E | 2F |
| Octal | 55 | 246 | 303 | 115 | 17 | 0 | 30 | 300 | 76 | 57 |
| Binary | 101101 | 10100110 | 11000011 | 1001101 | 1111 | 0 | 11000 | 11000000 | 111110 | 101111 |
Color Harmonies of #2DA6C3
Complementary color
Monochromatic Colors of #2DA6C3
Black with #2DA6C3
Text Example
Text Example
White with #2DA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA6C3; }
p { color: rgb(45,166,195); }
H1.HeaderClassName
{
color: #2DA6C3;
}
.AnyTagClassName
{
color: #2DA6C3;
}
</style>
background-color css
<style>
a { background-color: #2DA6C3; }
a { background-color: rgb(45,166,195); }
div.DivClassName
{
background-color: #2DA6C3;
}
.BgClassName
{
background-color: #2DA6C3;
}
</style>
border-color css
<style>
span { border-color: #2DA6C3; }
span { border-color: rgb(45,166,195); }
td.TdClassName
{
border-color: #2DA6C3;
}
.TagClassName
{
border-color: #2DA6C3;
}
</style>