Shades of Pelorous #298AB2
Tints of Pelorous #298AB2
RGB
CMYK
RGB Variations
Color information
#298AB2 (or 0x298AB2) is known color: Pelorous. HEX triplet: 29, 8A and B2. RGB value is (41,138,178). Sum of RGB (Red+Green+Blue) = 41+138+178=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #298AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AB2 is #D6754D. Grayscale: #717171. Windows color (decimal): -14054734 or 11700777. OLE color: 11700777.
HSL color Cylindrical-coordinate representation of color #298AB2: hue angle of 197.52º 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 #298AB2 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 138 | 178 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.30 |
| HSL | 197.52º | 0.63% | 0.43% | - |
| HSV(B) | 197.52º | 0.77% | 0.7% | - |
| XYZ | 18.04 | 21.86 | 45.39 | - |
| YUV | 113.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 178 | 0.77 | 0.22 | 0 | 0.30 | 197.52 | 0.63 | 0.43 |
| Hex | 29 | 8A | B2 | 4D | 16 | 0 | 1E | C6 | 3F | 2B |
| Octal | 51 | 212 | 262 | 115 | 26 | 0 | 36 | 306 | 77 | 53 |
| Binary | 101001 | 10001010 | 10110010 | 1001101 | 10110 | 0 | 11110 | 11000110 | 111111 | 101011 |
Color Harmonies of #298AB2
Complementary color
Monochromatic Colors of #298AB2
Black with #298AB2
Text Example
Text Example
White with #298AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AB2; }
p { color: rgb(41,138,178); }
H1.HeaderClassName
{
color: #298AB2;
}
.AnyTagClassName
{
color: #298AB2;
}
</style>
background-color css
<style>
a { background-color: #298AB2; }
a { background-color: rgb(41,138,178); }
div.DivClassName
{
background-color: #298AB2;
}
.BgClassName
{
background-color: #298AB2;
}
</style>
border-color css
<style>
span { border-color: #298AB2; }
span { border-color: rgb(41,138,178); }
td.TdClassName
{
border-color: #298AB2;
}
.TagClassName
{
border-color: #298AB2;
}
</style>