Shades of Scooter #278392
Tints of Scooter #278392
RGB
CMYK
RGB Variations
Color information
#278392 (or 0x278392) is known color: Scooter. HEX triplet: 27, 83 and 92. RGB value is (39,131,146). Sum of RGB (Red+Green+Blue) = 39+131+146=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #278392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278392 is #D87C6D. Grayscale: #696969. Windows color (decimal): -14187630 or 9601831. OLE color: 9601831.
HSL color Cylindrical-coordinate representation of color #278392: hue angle of 188.41º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278392 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 131 | 146 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.43 |
| HSL | 188.41º | 0.58% | 0.36% | - |
| HSV(B) | 188.41º | 0.73% | 0.57% | - |
| XYZ | 14.14 | 18.74 | 30.07 | - |
| YUV | 105.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 146 | 0.73 | 0.10 | 0 | 0.43 | 188.41 | 0.58 | 0.36 |
| Hex | 27 | 83 | 92 | 49 | A | 0 | 2B | BC | 3A | 24 |
| Octal | 47 | 203 | 222 | 111 | 12 | 0 | 53 | 274 | 72 | 44 |
| Binary | 100111 | 10000011 | 10010010 | 1001001 | 1010 | 0 | 101011 | 10111100 | 111010 | 100100 |
Color Harmonies of #278392
Complementary color
Monochromatic Colors of #278392
Black with #278392
Text Example
Text Example
White with #278392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278392; }
p { color: rgb(39,131,146); }
H1.HeaderClassName
{
color: #278392;
}
.AnyTagClassName
{
color: #278392;
}
</style>
background-color css
<style>
a { background-color: #278392; }
a { background-color: rgb(39,131,146); }
div.DivClassName
{
background-color: #278392;
}
.BgClassName
{
background-color: #278392;
}
</style>
border-color css
<style>
span { border-color: #278392; }
span { border-color: rgb(39,131,146); }
td.TdClassName
{
border-color: #278392;
}
.TagClassName
{
border-color: #278392;
}
</style>