Shades of Pelorous #2D95BF
Tints of Pelorous #2D95BF
RGB
CMYK
RGB Variations
Color information
#2D95BF (or 0x2D95BF) is known color: Pelorous. HEX triplet: 2D, 95 and BF. RGB value is (45,149,191). Sum of RGB (Red+Green+Blue) = 45+149+191=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D95BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D95BF is #D26A40. Grayscale: #7A7A7A. Windows color (decimal): -13789761 or 12555565. OLE color: 12555565.
HSL color Cylindrical-coordinate representation of color #2D95BF: hue angle of 197.26º 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 #2D95BF is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 149 | 191 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.25 |
| HSL | 197.26º | 0.62% | 0.46% | - |
| HSV(B) | 197.26º | 0.76% | 0.75% | - |
| XYZ | 21.23 | 25.81 | 53.15 | - |
| YUV | 122.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 191 | 0.76 | 0.22 | 0 | 0.25 | 197.26 | 0.62 | 0.46 |
| Hex | 2D | 95 | BF | 4C | 16 | 0 | 19 | C5 | 3E | 2E |
| Octal | 55 | 225 | 277 | 114 | 26 | 0 | 31 | 305 | 76 | 56 |
| Binary | 101101 | 10010101 | 10111111 | 1001100 | 10110 | 0 | 11001 | 11000101 | 111110 | 101110 |
Color Harmonies of #2D95BF
Complementary color
Monochromatic Colors of #2D95BF
Black with #2D95BF
Text Example
Text Example
White with #2D95BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D95BF; }
p { color: rgb(45,149,191); }
H1.HeaderClassName
{
color: #2D95BF;
}
.AnyTagClassName
{
color: #2D95BF;
}
</style>
background-color css
<style>
a { background-color: #2D95BF; }
a { background-color: rgb(45,149,191); }
div.DivClassName
{
background-color: #2D95BF;
}
.BgClassName
{
background-color: #2D95BF;
}
</style>
border-color css
<style>
span { border-color: #2D95BF; }
span { border-color: rgb(45,149,191); }
td.TdClassName
{
border-color: #2D95BF;
}
.TagClassName
{
border-color: #2D95BF;
}
</style>