Shades of Pelorous #2D96BE
Tints of Pelorous #2D96BE
RGB
CMYK
RGB Variations
Color information
#2D96BE (or 0x2D96BE) is known color: Pelorous. HEX triplet: 2D, 96 and BE. RGB value is (45,150,190). Sum of RGB (Red+Green+Blue) = 45+150+190=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D96BE is #D26941. Grayscale: #7A7A7A. Windows color (decimal): -13789506 or 12490285. OLE color: 12490285.
HSL color Cylindrical-coordinate representation of color #2D96BE: hue angle of 196.55º 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 #2D96BE is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 150 | 190 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.25 |
| HSL | 196.55º | 0.62% | 0.46% | - |
| HSV(B) | 196.55º | 0.76% | 0.75% | - |
| XYZ | 21.28 | 26.09 | 52.63 | - |
| YUV | 123.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 190 | 0.76 | 0.21 | 0 | 0.25 | 196.55 | 0.62 | 0.46 |
| Hex | 2D | 96 | BE | 4C | 15 | 0 | 19 | C5 | 3E | 2E |
| Octal | 55 | 226 | 276 | 114 | 25 | 0 | 31 | 305 | 76 | 56 |
| Binary | 101101 | 10010110 | 10111110 | 1001100 | 10101 | 0 | 11001 | 11000101 | 111110 | 101110 |
Color Harmonies of #2D96BE
Complementary color
Monochromatic Colors of #2D96BE
Black with #2D96BE
Text Example
Text Example
White with #2D96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D96BE; }
p { color: rgb(45,150,190); }
H1.HeaderClassName
{
color: #2D96BE;
}
.AnyTagClassName
{
color: #2D96BE;
}
</style>
background-color css
<style>
a { background-color: #2D96BE; }
a { background-color: rgb(45,150,190); }
div.DivClassName
{
background-color: #2D96BE;
}
.BgClassName
{
background-color: #2D96BE;
}
</style>
border-color css
<style>
span { border-color: #2D96BE; }
span { border-color: rgb(45,150,190); }
td.TdClassName
{
border-color: #2D96BE;
}
.TagClassName
{
border-color: #2D96BE;
}
</style>