Shades of Scooter #28849B
Tints of Scooter #28849B
RGB
CMYK
RGB Variations
Color information
#28849B (or 0x28849B) is known color: Scooter. HEX triplet: 28, 84 and 9B. RGB value is (40,132,155). Sum of RGB (Red+Green+Blue) = 40+132+155=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #28849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28849B is #D77B64. Grayscale: #6A6A6A. Windows color (decimal): -14121829 or 10191912. OLE color: 10191912.
HSL color Cylindrical-coordinate representation of color #28849B: hue angle of 192º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28849B is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 132 | 155 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.39 |
| HSL | 192º | 0.59% | 0.38% | - |
| HSV(B) | 192º | 0.74% | 0.61% | - |
| XYZ | 15.04 | 19.32 | 33.95 | - |
| YUV | 107.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 155 | 0.74 | 0.15 | 0 | 0.39 | 192 | 0.59 | 0.38 |
| Hex | 28 | 84 | 9B | 4A | F | 0 | 27 | C0 | 3B | 26 |
| Octal | 50 | 204 | 233 | 112 | 17 | 0 | 47 | 300 | 73 | 46 |
| Binary | 101000 | 10000100 | 10011011 | 1001010 | 1111 | 0 | 100111 | 11000000 | 111011 | 100110 |
Color Harmonies of #28849B
Complementary color
Monochromatic Colors of #28849B
Black with #28849B
Text Example
Text Example
White with #28849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28849B; }
p { color: rgb(40,132,155); }
H1.HeaderClassName
{
color: #28849B;
}
.AnyTagClassName
{
color: #28849B;
}
</style>
background-color css
<style>
a { background-color: #28849B; }
a { background-color: rgb(40,132,155); }
div.DivClassName
{
background-color: #28849B;
}
.BgClassName
{
background-color: #28849B;
}
</style>
border-color css
<style>
span { border-color: #28849B; }
span { border-color: rgb(40,132,155); }
td.TdClassName
{
border-color: #28849B;
}
.TagClassName
{
border-color: #28849B;
}
</style>