Shades of Pelorous #299BCB
Tints of Pelorous #299BCB
RGB
CMYK
RGB Variations
Color information
#299BCB (or 0x299BCB) is known color: Pelorous. HEX triplet: 29, 9B and CB. RGB value is (41,155,203). Sum of RGB (Red+Green+Blue) = 41+155+203=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #299BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCB is #D66434. Grayscale: #7E7E7E. Windows color (decimal): -14050357 or 13343529. OLE color: 13343529.
HSL color Cylindrical-coordinate representation of color #299BCB: hue angle of 197.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299BCB is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 155 | 203 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.20 |
| HSL | 197.78º | 0.66% | 0.48% | - |
| HSV(B) | 197.78º | 0.8% | 0.8% | - |
| XYZ | 23.42 | 28.23 | 60.71 | - |
| YUV | 126.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 203 | 0.80 | 0.24 | 0 | 0.20 | 197.78 | 0.66 | 0.48 |
| Hex | 29 | 9B | CB | 50 | 18 | 0 | 14 | C6 | 42 | 30 |
| Octal | 51 | 233 | 313 | 120 | 30 | 0 | 24 | 306 | 102 | 60 |
| Binary | 101001 | 10011011 | 11001011 | 1010000 | 11000 | 0 | 10100 | 11000110 | 1000010 | 110000 |
Color Harmonies of #299BCB
Complementary color
Monochromatic Colors of #299BCB
Black with #299BCB
Text Example
Text Example
White with #299BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BCB; }
p { color: rgb(41,155,203); }
H1.HeaderClassName
{
color: #299BCB;
}
.AnyTagClassName
{
color: #299BCB;
}
</style>
background-color css
<style>
a { background-color: #299BCB; }
a { background-color: rgb(41,155,203); }
div.DivClassName
{
background-color: #299BCB;
}
.BgClassName
{
background-color: #299BCB;
}
</style>
border-color css
<style>
span { border-color: #299BCB; }
span { border-color: rgb(41,155,203); }
td.TdClassName
{
border-color: #299BCB;
}
.TagClassName
{
border-color: #299BCB;
}
</style>