Shades of Pelorous #298CAD
Tints of Pelorous #298CAD
RGB
CMYK
RGB Variations
Color information
#298CAD (or 0x298CAD) is known color: Pelorous. HEX triplet: 29, 8C and AD. RGB value is (41,140,173). Sum of RGB (Red+Green+Blue) = 41+140+173=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #298CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298CAD is #D67352. Grayscale: #717171. Windows color (decimal): -14054227 or 11373609. OLE color: 11373609.
HSL color Cylindrical-coordinate representation of color #298CAD: hue angle of 195º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298CAD is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 140 | 173 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.32 |
| HSL | 195º | 0.62% | 0.42% | - |
| HSV(B) | 195º | 0.76% | 0.68% | - |
| XYZ | 17.84 | 22.24 | 42.89 | - |
| YUV | 114.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 173 | 0.76 | 0.19 | 0 | 0.32 | 195 | 0.62 | 0.42 |
| Hex | 29 | 8C | AD | 4C | 13 | 0 | 20 | C3 | 3E | 2A |
| Octal | 51 | 214 | 255 | 114 | 23 | 0 | 40 | 303 | 76 | 52 |
| Binary | 101001 | 10001100 | 10101101 | 1001100 | 10011 | 0 | 100000 | 11000011 | 111110 | 101010 |
Color Harmonies of #298CAD
Complementary color
Monochromatic Colors of #298CAD
Black with #298CAD
Text Example
Text Example
White with #298CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CAD; }
p { color: rgb(41,140,173); }
H1.HeaderClassName
{
color: #298CAD;
}
.AnyTagClassName
{
color: #298CAD;
}
</style>
background-color css
<style>
a { background-color: #298CAD; }
a { background-color: rgb(41,140,173); }
div.DivClassName
{
background-color: #298CAD;
}
.BgClassName
{
background-color: #298CAD;
}
</style>
border-color css
<style>
span { border-color: #298CAD; }
span { border-color: rgb(41,140,173); }
td.TdClassName
{
border-color: #298CAD;
}
.TagClassName
{
border-color: #298CAD;
}
</style>