Shades of Pelorous #299BCE
Tints of Pelorous #299BCE
RGB
CMYK
RGB Variations
Color information
#299BCE (or 0x299BCE) is known color: Pelorous. HEX triplet: 29, 9B and CE. RGB value is (41,155,206). Sum of RGB (Red+Green+Blue) = 41+155+206=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #299BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BCE is #D66431. Grayscale: #7E7E7E. Windows color (decimal): -14050354 or 13540137. OLE color: 13540137.
HSL color Cylindrical-coordinate representation of color #299BCE: hue angle of 198.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #299BCE is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 155 | 206 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.19 |
| HSL | 198.55º | 0.67% | 0.48% | - |
| HSV(B) | 198.55º | 0.8% | 0.81% | - |
| XYZ | 23.78 | 28.37 | 62.62 | - |
| YUV | 126.73 | 172.73 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 206 | 0.80 | 0.25 | 0 | 0.19 | 198.55 | 0.67 | 0.48 |
| Hex | 29 | 9B | CE | 50 | 19 | 0 | 13 | C7 | 43 | 30 |
| Octal | 51 | 233 | 316 | 120 | 31 | 0 | 23 | 307 | 103 | 60 |
| Binary | 101001 | 10011011 | 11001110 | 1010000 | 11001 | 0 | 10011 | 11000111 | 1000011 | 110000 |
Color Harmonies of #299BCE
Complementary color
Monochromatic Colors of #299BCE
Black with #299BCE
Text Example
Text Example
White with #299BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BCE; }
p { color: rgb(41,155,206); }
H1.HeaderClassName
{
color: #299BCE;
}
.AnyTagClassName
{
color: #299BCE;
}
</style>
background-color css
<style>
a { background-color: #299BCE; }
a { background-color: rgb(41,155,206); }
div.DivClassName
{
background-color: #299BCE;
}
.BgClassName
{
background-color: #299BCE;
}
</style>
border-color css
<style>
span { border-color: #299BCE; }
span { border-color: rgb(41,155,206); }
td.TdClassName
{
border-color: #299BCE;
}
.TagClassName
{
border-color: #299BCE;
}
</style>