Shades of Pelorous #2D96BD
Tints of Pelorous #2D96BD
RGB
CMYK
RGB Variations
Color information
#2D96BD (or 0x2D96BD) is known color: Pelorous. HEX triplet: 2D, 96 and BD. RGB value is (45,150,189). Sum of RGB (Red+Green+Blue) = 45+150+189=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D96BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D96BD is #D26942. Grayscale: #7A7A7A. Windows color (decimal): -13789507 or 12424749. OLE color: 12424749.
HSL color Cylindrical-coordinate representation of color #2D96BD: hue angle of 196.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D96BD is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 150 | 189 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.26 |
| HSL | 196.25º | 0.62% | 0.46% | - |
| HSV(B) | 196.25º | 0.76% | 0.74% | - |
| XYZ | 21.17 | 26.04 | 52.06 | - |
| YUV | 123.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 189 | 0.76 | 0.21 | 0 | 0.26 | 196.25 | 0.62 | 0.46 |
| Hex | 2D | 96 | BD | 4C | 15 | 0 | 1A | C4 | 3E | 2E |
| Octal | 55 | 226 | 275 | 114 | 25 | 0 | 32 | 304 | 76 | 56 |
| Binary | 101101 | 10010110 | 10111101 | 1001100 | 10101 | 0 | 11010 | 11000100 | 111110 | 101110 |
Color Harmonies of #2D96BD
Complementary color
Monochromatic Colors of #2D96BD
Black with #2D96BD
Text Example
Text Example
White with #2D96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D96BD; }
p { color: rgb(45,150,189); }
H1.HeaderClassName
{
color: #2D96BD;
}
.AnyTagClassName
{
color: #2D96BD;
}
</style>
background-color css
<style>
a { background-color: #2D96BD; }
a { background-color: rgb(45,150,189); }
div.DivClassName
{
background-color: #2D96BD;
}
.BgClassName
{
background-color: #2D96BD;
}
</style>
border-color css
<style>
span { border-color: #2D96BD; }
span { border-color: rgb(45,150,189); }
td.TdClassName
{
border-color: #2D96BD;
}
.TagClassName
{
border-color: #2D96BD;
}
</style>