Shades of Pelorous #299CB3
Tints of Pelorous #299CB3
RGB
CMYK
RGB Variations
Color information
#299CB3 (or 0x299CB3) is known color: Pelorous. HEX triplet: 29, 9C and B3. RGB value is (41,156,179). Sum of RGB (Red+Green+Blue) = 41+156+179=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #299CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CB3 is #D6634C. Grayscale: #7C7C7C. Windows color (decimal): -14050125 or 11770921. OLE color: 11770921.
HSL color Cylindrical-coordinate representation of color #299CB3: hue angle of 190º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299CB3 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 156 | 179 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.30 |
| HSL | 190º | 0.63% | 0.43% | - |
| HSV(B) | 190º | 0.77% | 0.7% | - |
| XYZ | 20.94 | 27.5 | 46.85 | - |
| YUV | 124.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 179 | 0.77 | 0.13 | 0 | 0.30 | 190 | 0.63 | 0.43 |
| Hex | 29 | 9C | B3 | 4D | D | 0 | 1E | BE | 3F | 2B |
| Octal | 51 | 234 | 263 | 115 | 15 | 0 | 36 | 276 | 77 | 53 |
| Binary | 101001 | 10011100 | 10110011 | 1001101 | 1101 | 0 | 11110 | 10111110 | 111111 | 101011 |
Color Harmonies of #299CB3
Complementary color
Monochromatic Colors of #299CB3
Black with #299CB3
Text Example
Text Example
White with #299CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CB3; }
p { color: rgb(41,156,179); }
H1.HeaderClassName
{
color: #299CB3;
}
.AnyTagClassName
{
color: #299CB3;
}
</style>
background-color css
<style>
a { background-color: #299CB3; }
a { background-color: rgb(41,156,179); }
div.DivClassName
{
background-color: #299CB3;
}
.BgClassName
{
background-color: #299CB3;
}
</style>
border-color css
<style>
span { border-color: #299CB3; }
span { border-color: rgb(41,156,179); }
td.TdClassName
{
border-color: #299CB3;
}
.TagClassName
{
border-color: #299CB3;
}
</style>