Shades of Pelorous #2D95BE
Tints of Pelorous #2D95BE
RGB
CMYK
RGB Variations
Color information
#2D95BE (or 0x2D95BE) is known color: Pelorous. HEX triplet: 2D, 95 and BE. RGB value is (45,149,190). Sum of RGB (Red+Green+Blue) = 45+149+190=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D95BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D95BE is #D26A41. Grayscale: #7A7A7A. Windows color (decimal): -13789762 or 12490029. OLE color: 12490029.
HSL color Cylindrical-coordinate representation of color #2D95BE: hue angle of 196.97º 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 #2D95BE is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 149 | 190 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.25 |
| HSL | 196.97º | 0.62% | 0.46% | - |
| HSV(B) | 196.97º | 0.76% | 0.75% | - |
| XYZ | 21.12 | 25.77 | 52.58 | - |
| YUV | 122.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 190 | 0.76 | 0.22 | 0 | 0.25 | 196.97 | 0.62 | 0.46 |
| Hex | 2D | 95 | BE | 4C | 16 | 0 | 19 | C5 | 3E | 2E |
| Octal | 55 | 225 | 276 | 114 | 26 | 0 | 31 | 305 | 76 | 56 |
| Binary | 101101 | 10010101 | 10111110 | 1001100 | 10110 | 0 | 11001 | 11000101 | 111110 | 101110 |
Color Harmonies of #2D95BE
Complementary color
Monochromatic Colors of #2D95BE
Black with #2D95BE
Text Example
Text Example
White with #2D95BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D95BE; }
p { color: rgb(45,149,190); }
H1.HeaderClassName
{
color: #2D95BE;
}
.AnyTagClassName
{
color: #2D95BE;
}
</style>
background-color css
<style>
a { background-color: #2D95BE; }
a { background-color: rgb(45,149,190); }
div.DivClassName
{
background-color: #2D95BE;
}
.BgClassName
{
background-color: #2D95BE;
}
</style>
border-color css
<style>
span { border-color: #2D95BE; }
span { border-color: rgb(45,149,190); }
td.TdClassName
{
border-color: #2D95BE;
}
.TagClassName
{
border-color: #2D95BE;
}
</style>