Shades of Pelorous #2DAFC3
Tints of Pelorous #2DAFC3
RGB
CMYK
RGB Variations
Color information
#2DAFC3 (or 0x2DAFC3) is known color: Pelorous. HEX triplet: 2D, AF and C3. RGB value is (45,175,195). Sum of RGB (Red+Green+Blue) = 45+175+195=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DAFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFC3 is #D2503C. Grayscale: #8A8A8A. Windows color (decimal): -13783101 or 12824365. OLE color: 12824365.
HSL color Cylindrical-coordinate representation of color #2DAFC3: hue angle of 188º 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 #2DAFC3 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 175 | 195 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.24 |
| HSL | 188º | 0.63% | 0.47% | - |
| HSV(B) | 188º | 0.77% | 0.76% | - |
| XYZ | 26.26 | 35.16 | 57.03 | - |
| YUV | 138.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 195 | 0.77 | 0.10 | 0 | 0.24 | 188 | 0.63 | 0.47 |
| Hex | 2D | AF | C3 | 4D | A | 0 | 18 | BC | 3E | 2F |
| Octal | 55 | 257 | 303 | 115 | 12 | 0 | 30 | 274 | 76 | 57 |
| Binary | 101101 | 10101111 | 11000011 | 1001101 | 1010 | 0 | 11000 | 10111100 | 111110 | 101111 |
Color Harmonies of #2DAFC3
Complementary color
Monochromatic Colors of #2DAFC3
Black with #2DAFC3
Text Example
Text Example
White with #2DAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFC3; }
p { color: rgb(45,175,195); }
H1.HeaderClassName
{
color: #2DAFC3;
}
.AnyTagClassName
{
color: #2DAFC3;
}
</style>
background-color css
<style>
a { background-color: #2DAFC3; }
a { background-color: rgb(45,175,195); }
div.DivClassName
{
background-color: #2DAFC3;
}
.BgClassName
{
background-color: #2DAFC3;
}
</style>
border-color css
<style>
span { border-color: #2DAFC3; }
span { border-color: rgb(45,175,195); }
td.TdClassName
{
border-color: #2DAFC3;
}
.TagClassName
{
border-color: #2DAFC3;
}
</style>