Shades of Pelorous #2993BA
Tints of Pelorous #2993BA
RGB
CMYK
RGB Variations
Color information
#2993BA (or 0x2993BA) is known color: Pelorous. HEX triplet: 29, 93 and BA. RGB value is (41,147,186). Sum of RGB (Red+Green+Blue) = 41+147+186=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2993BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993BA is #D66C45. Grayscale: #777777. Windows color (decimal): -14052422 or 12227369. OLE color: 12227369.
HSL color Cylindrical-coordinate representation of color #2993BA: hue angle of 196.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2993BA is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 147 | 186 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.27 |
| HSL | 196.14º | 0.64% | 0.45% | - |
| HSV(B) | 196.14º | 0.78% | 0.73% | - |
| XYZ | 20.21 | 24.88 | 50.19 | - |
| YUV | 119.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 186 | 0.78 | 0.21 | 0 | 0.27 | 196.14 | 0.64 | 0.45 |
| Hex | 29 | 93 | BA | 4E | 15 | 0 | 1B | C4 | 40 | 2D |
| Octal | 51 | 223 | 272 | 116 | 25 | 0 | 33 | 304 | 100 | 55 |
| Binary | 101001 | 10010011 | 10111010 | 1001110 | 10101 | 0 | 11011 | 11000100 | 1000000 | 101101 |
Color Harmonies of #2993BA
Complementary color
Monochromatic Colors of #2993BA
Black with #2993BA
Text Example
Text Example
White with #2993BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993BA; }
p { color: rgb(41,147,186); }
H1.HeaderClassName
{
color: #2993BA;
}
.AnyTagClassName
{
color: #2993BA;
}
</style>
background-color css
<style>
a { background-color: #2993BA; }
a { background-color: rgb(41,147,186); }
div.DivClassName
{
background-color: #2993BA;
}
.BgClassName
{
background-color: #2993BA;
}
</style>
border-color css
<style>
span { border-color: #2993BA; }
span { border-color: rgb(41,147,186); }
td.TdClassName
{
border-color: #2993BA;
}
.TagClassName
{
border-color: #2993BA;
}
</style>