Shades of Pelorous #299BAC
Tints of Pelorous #299BAC
RGB
CMYK
RGB Variations
Color information
#299BAC (or 0x299BAC) is known color: Pelorous. HEX triplet: 29, 9B and AC. RGB value is (41,155,172). Sum of RGB (Red+Green+Blue) = 41+155+172=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #299BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAC is #D66453. Grayscale: #7A7A7A. Windows color (decimal): -14050388 or 11311913. OLE color: 11311913.
HSL color Cylindrical-coordinate representation of color #299BAC: hue angle of 187.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299BAC is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 155 | 172 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.33 |
| HSL | 187.79º | 0.62% | 0.42% | - |
| HSV(B) | 187.79º | 0.76% | 0.67% | - |
| XYZ | 20.08 | 26.89 | 43.16 | - |
| YUV | 122.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 172 | 0.76 | 0.10 | 0 | 0.33 | 187.79 | 0.62 | 0.42 |
| Hex | 29 | 9B | AC | 4C | A | 0 | 21 | BC | 3E | 2A |
| Octal | 51 | 233 | 254 | 114 | 12 | 0 | 41 | 274 | 76 | 52 |
| Binary | 101001 | 10011011 | 10101100 | 1001100 | 1010 | 0 | 100001 | 10111100 | 111110 | 101010 |
Color Harmonies of #299BAC
Complementary color
Monochromatic Colors of #299BAC
Black with #299BAC
Text Example
Text Example
White with #299BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BAC; }
p { color: rgb(41,155,172); }
H1.HeaderClassName
{
color: #299BAC;
}
.AnyTagClassName
{
color: #299BAC;
}
</style>
background-color css
<style>
a { background-color: #299BAC; }
a { background-color: rgb(41,155,172); }
div.DivClassName
{
background-color: #299BAC;
}
.BgClassName
{
background-color: #299BAC;
}
</style>
border-color css
<style>
span { border-color: #299BAC; }
span { border-color: rgb(41,155,172); }
td.TdClassName
{
border-color: #299BAC;
}
.TagClassName
{
border-color: #299BAC;
}
</style>