Shades of Scooter #298595
Tints of Scooter #298595
RGB
CMYK
RGB Variations
Color information
#298595 (or 0x298595) is known color: Scooter. HEX triplet: 29, 85 and 95. RGB value is (41,133,149). Sum of RGB (Red+Green+Blue) = 41+133+149=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #298595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298595 is #D67A6A. Grayscale: #6B6B6B. Windows color (decimal): -14056043 or 9798953. OLE color: 9798953.
HSL color Cylindrical-coordinate representation of color #298595: hue angle of 188.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298595 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 133 | 149 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.42 |
| HSL | 188.89º | 0.57% | 0.37% | - |
| HSV(B) | 188.89º | 0.72% | 0.58% | - |
| XYZ | 14.73 | 19.42 | 31.41 | - |
| YUV | 107.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 149 | 0.72 | 0.11 | 0 | 0.42 | 188.89 | 0.57 | 0.37 |
| Hex | 29 | 85 | 95 | 48 | B | 0 | 2A | BD | 39 | 25 |
| Octal | 51 | 205 | 225 | 110 | 13 | 0 | 52 | 275 | 71 | 45 |
| Binary | 101001 | 10000101 | 10010101 | 1001000 | 1011 | 0 | 101010 | 10111101 | 111001 | 100101 |
Color Harmonies of #298595
Complementary color
Monochromatic Colors of #298595
Black with #298595
Text Example
Text Example
White with #298595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298595; }
p { color: rgb(41,133,149); }
H1.HeaderClassName
{
color: #298595;
}
.AnyTagClassName
{
color: #298595;
}
</style>
background-color css
<style>
a { background-color: #298595; }
a { background-color: rgb(41,133,149); }
div.DivClassName
{
background-color: #298595;
}
.BgClassName
{
background-color: #298595;
}
</style>
border-color css
<style>
span { border-color: #298595; }
span { border-color: rgb(41,133,149); }
td.TdClassName
{
border-color: #298595;
}
.TagClassName
{
border-color: #298595;
}
</style>