Shades of Pelorous #298AAF
Tints of Pelorous #298AAF
RGB
CMYK
RGB Variations
Color information
#298AAF (or 0x298AAF) is known color: Pelorous. HEX triplet: 29, 8A and AF. RGB value is (41,138,175). Sum of RGB (Red+Green+Blue) = 41+138+175=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #298AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AAF is #D67550. Grayscale: #707070. Windows color (decimal): -14054737 or 11504169. OLE color: 11504169.
HSL color Cylindrical-coordinate representation of color #298AAF: hue angle of 196.57º 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 #298AAF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 138 | 175 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.31 |
| HSL | 196.57º | 0.62% | 0.42% | - |
| HSV(B) | 196.57º | 0.77% | 0.69% | - |
| XYZ | 17.74 | 21.74 | 43.82 | - |
| YUV | 113.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 175 | 0.77 | 0.21 | 0 | 0.31 | 196.57 | 0.62 | 0.42 |
| Hex | 29 | 8A | AF | 4D | 15 | 0 | 1F | C5 | 3E | 2A |
| Octal | 51 | 212 | 257 | 115 | 25 | 0 | 37 | 305 | 76 | 52 |
| Binary | 101001 | 10001010 | 10101111 | 1001101 | 10101 | 0 | 11111 | 11000101 | 111110 | 101010 |
Color Harmonies of #298AAF
Complementary color
Monochromatic Colors of #298AAF
Black with #298AAF
Text Example
Text Example
White with #298AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AAF; }
p { color: rgb(41,138,175); }
H1.HeaderClassName
{
color: #298AAF;
}
.AnyTagClassName
{
color: #298AAF;
}
</style>
background-color css
<style>
a { background-color: #298AAF; }
a { background-color: rgb(41,138,175); }
div.DivClassName
{
background-color: #298AAF;
}
.BgClassName
{
background-color: #298AAF;
}
</style>
border-color css
<style>
span { border-color: #298AAF; }
span { border-color: rgb(41,138,175); }
td.TdClassName
{
border-color: #298AAF;
}
.TagClassName
{
border-color: #298AAF;
}
</style>