Shades of Pelorous #2993C1
Tints of Pelorous #2993C1
RGB
CMYK
RGB Variations
Color information
#2993C1 (or 0x2993C1) is known color: Pelorous. HEX triplet: 29, 93 and C1. RGB value is (41,147,193). Sum of RGB (Red+Green+Blue) = 41+147+193=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #2993C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993C1 is #D66C3E. Grayscale: #787878. Windows color (decimal): -14052415 or 12686121. OLE color: 12686121.
HSL color Cylindrical-coordinate representation of color #2993C1: hue angle of 198.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2993C1 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 147 | 193 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.24 |
| HSL | 198.16º | 0.65% | 0.46% | - |
| HSV(B) | 198.16º | 0.79% | 0.76% | - |
| XYZ | 20.97 | 25.19 | 54.21 | - |
| YUV | 120.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 193 | 0.79 | 0.24 | 0 | 0.24 | 198.16 | 0.65 | 0.46 |
| Hex | 29 | 93 | C1 | 4F | 18 | 0 | 18 | C6 | 41 | 2E |
| Octal | 51 | 223 | 301 | 117 | 30 | 0 | 30 | 306 | 101 | 56 |
| Binary | 101001 | 10010011 | 11000001 | 1001111 | 11000 | 0 | 11000 | 11000110 | 1000001 | 101110 |
Color Harmonies of #2993C1
Complementary color
Monochromatic Colors of #2993C1
Black with #2993C1
Text Example
Text Example
White with #2993C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2993C1; }
p { color: rgb(41,147,193); }
H1.HeaderClassName
{
color: #2993C1;
}
.AnyTagClassName
{
color: #2993C1;
}
</style>
background-color css
<style>
a { background-color: #2993C1; }
a { background-color: rgb(41,147,193); }
div.DivClassName
{
background-color: #2993C1;
}
.BgClassName
{
background-color: #2993C1;
}
</style>
border-color css
<style>
span { border-color: #2993C1; }
span { border-color: rgb(41,147,193); }
td.TdClassName
{
border-color: #2993C1;
}
.TagClassName
{
border-color: #2993C1;
}
</style>