Shades of Pelorous #2D9FBF
Tints of Pelorous #2D9FBF
RGB
CMYK
RGB Variations
Color information
#2D9FBF (or 0x2D9FBF) is known color: Pelorous. HEX triplet: 2D, 9F and BF. RGB value is (45,159,191). Sum of RGB (Red+Green+Blue) = 45+159+191=395 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.39% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D9FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9FBF is #D26040. Grayscale: #808080. Windows color (decimal): -13787201 or 12558125. OLE color: 12558125.
HSL color Cylindrical-coordinate representation of color #2D9FBF: hue angle of 193.15º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9FBF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 159 | 191 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.25 |
| HSL | 193.15º | 0.62% | 0.46% | - |
| HSV(B) | 193.15º | 0.76% | 0.75% | - |
| XYZ | 22.88 | 29.12 | 53.7 | - |
| YUV | 128.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 191 | 0.76 | 0.17 | 0 | 0.25 | 193.15 | 0.62 | 0.46 |
| Hex | 2D | 9F | BF | 4C | 11 | 0 | 19 | C1 | 3E | 2E |
| Octal | 55 | 237 | 277 | 114 | 21 | 0 | 31 | 301 | 76 | 56 |
| Binary | 101101 | 10011111 | 10111111 | 1001100 | 10001 | 0 | 11001 | 11000001 | 111110 | 101110 |
Color Harmonies of #2D9FBF
Complementary color
Monochromatic Colors of #2D9FBF
Black with #2D9FBF
Text Example
Text Example
White with #2D9FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9FBF; }
p { color: rgb(45,159,191); }
H1.HeaderClassName
{
color: #2D9FBF;
}
.AnyTagClassName
{
color: #2D9FBF;
}
</style>
background-color css
<style>
a { background-color: #2D9FBF; }
a { background-color: rgb(45,159,191); }
div.DivClassName
{
background-color: #2D9FBF;
}
.BgClassName
{
background-color: #2D9FBF;
}
</style>
border-color css
<style>
span { border-color: #2D9FBF; }
span { border-color: rgb(45,159,191); }
td.TdClassName
{
border-color: #2D9FBF;
}
.TagClassName
{
border-color: #2D9FBF;
}
</style>