Shades of Pelorous #299BAF
Tints of Pelorous #299BAF
RGB
CMYK
RGB Variations
Color information
#299BAF (or 0x299BAF) is known color: Pelorous. HEX triplet: 29, 9B and AF. RGB value is (41,155,175). Sum of RGB (Red+Green+Blue) = 41+155+175=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #299BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAF is #D66450. Grayscale: #7A7A7A. Windows color (decimal): -14050385 or 11508521. OLE color: 11508521.
HSL color Cylindrical-coordinate representation of color #299BAF: hue angle of 188.96º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299BAF is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 155 | 175 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.31 |
| HSL | 188.96º | 0.62% | 0.42% | - |
| HSV(B) | 188.96º | 0.77% | 0.69% | - |
| XYZ | 20.37 | 27.01 | 44.7 | - |
| YUV | 123.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 175 | 0.77 | 0.11 | 0 | 0.31 | 188.96 | 0.62 | 0.42 |
| Hex | 29 | 9B | AF | 4D | B | 0 | 1F | BD | 3E | 2A |
| Octal | 51 | 233 | 257 | 115 | 13 | 0 | 37 | 275 | 76 | 52 |
| Binary | 101001 | 10011011 | 10101111 | 1001101 | 1011 | 0 | 11111 | 10111101 | 111110 | 101010 |
Color Harmonies of #299BAF
Complementary color
Monochromatic Colors of #299BAF
Black with #299BAF
Text Example
Text Example
White with #299BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BAF; }
p { color: rgb(41,155,175); }
H1.HeaderClassName
{
color: #299BAF;
}
.AnyTagClassName
{
color: #299BAF;
}
</style>
background-color css
<style>
a { background-color: #299BAF; }
a { background-color: rgb(41,155,175); }
div.DivClassName
{
background-color: #299BAF;
}
.BgClassName
{
background-color: #299BAF;
}
</style>
border-color css
<style>
span { border-color: #299BAF; }
span { border-color: rgb(41,155,175); }
td.TdClassName
{
border-color: #299BAF;
}
.TagClassName
{
border-color: #299BAF;
}
</style>