Shades of Pelorous #299CC1
Tints of Pelorous #299CC1
RGB
CMYK
RGB Variations
Color information
#299CC1 (or 0x299CC1) is known color: Pelorous. HEX triplet: 29, 9C and C1. RGB value is (41,156,193). Sum of RGB (Red+Green+Blue) = 41+156+193=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #299CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CC1 is #D6633E. Grayscale: #7D7D7D. Windows color (decimal): -14050111 or 12688425. OLE color: 12688425.
HSL color Cylindrical-coordinate representation of color #299CC1: hue angle of 194.61º 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 #299CC1 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 156 | 193 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.24 |
| HSL | 194.61º | 0.65% | 0.46% | - |
| HSV(B) | 194.61º | 0.79% | 0.76% | - |
| XYZ | 22.43 | 28.1 | 54.69 | - |
| YUV | 125.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 193 | 0.79 | 0.19 | 0 | 0.24 | 194.61 | 0.65 | 0.46 |
| Hex | 29 | 9C | C1 | 4F | 13 | 0 | 18 | C3 | 41 | 2E |
| Octal | 51 | 234 | 301 | 117 | 23 | 0 | 30 | 303 | 101 | 56 |
| Binary | 101001 | 10011100 | 11000001 | 1001111 | 10011 | 0 | 11000 | 11000011 | 1000001 | 101110 |
Color Harmonies of #299CC1
Complementary color
Monochromatic Colors of #299CC1
Black with #299CC1
Text Example
Text Example
White with #299CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CC1; }
p { color: rgb(41,156,193); }
H1.HeaderClassName
{
color: #299CC1;
}
.AnyTagClassName
{
color: #299CC1;
}
</style>
background-color css
<style>
a { background-color: #299CC1; }
a { background-color: rgb(41,156,193); }
div.DivClassName
{
background-color: #299CC1;
}
.BgClassName
{
background-color: #299CC1;
}
</style>
border-color css
<style>
span { border-color: #299CC1; }
span { border-color: rgb(41,156,193); }
td.TdClassName
{
border-color: #299CC1;
}
.TagClassName
{
border-color: #299CC1;
}
</style>