Shades of Pelorous #2D94BA
Tints of Pelorous #2D94BA
RGB
CMYK
RGB Variations
Color information
#2D94BA (or 0x2D94BA) is known color: Pelorous. HEX triplet: 2D, 94 and BA. RGB value is (45,148,186). Sum of RGB (Red+Green+Blue) = 45+148+186=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D94BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D94BA is #D26B45. Grayscale: #797979. Windows color (decimal): -13790022 or 12227629. OLE color: 12227629.
HSL color Cylindrical-coordinate representation of color #2D94BA: hue angle of 196.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D94BA is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 148 | 186 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.27 |
| HSL | 196.17º | 0.61% | 0.45% | - |
| HSV(B) | 196.17º | 0.76% | 0.73% | - |
| XYZ | 20.54 | 25.28 | 50.25 | - |
| YUV | 121.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 186 | 0.76 | 0.20 | 0 | 0.27 | 196.17 | 0.61 | 0.45 |
| Hex | 2D | 94 | BA | 4C | 14 | 0 | 1B | C4 | 3D | 2D |
| Octal | 55 | 224 | 272 | 114 | 24 | 0 | 33 | 304 | 75 | 55 |
| Binary | 101101 | 10010100 | 10111010 | 1001100 | 10100 | 0 | 11011 | 11000100 | 111101 | 101101 |
Color Harmonies of #2D94BA
Complementary color
Monochromatic Colors of #2D94BA
Black with #2D94BA
Text Example
Text Example
White with #2D94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D94BA; }
p { color: rgb(45,148,186); }
H1.HeaderClassName
{
color: #2D94BA;
}
.AnyTagClassName
{
color: #2D94BA;
}
</style>
background-color css
<style>
a { background-color: #2D94BA; }
a { background-color: rgb(45,148,186); }
div.DivClassName
{
background-color: #2D94BA;
}
.BgClassName
{
background-color: #2D94BA;
}
</style>
border-color css
<style>
span { border-color: #2D94BA; }
span { border-color: rgb(45,148,186); }
td.TdClassName
{
border-color: #2D94BA;
}
.TagClassName
{
border-color: #2D94BA;
}
</style>