Shades of Scooter #278299
Tints of Scooter #278299
RGB
CMYK
RGB Variations
Color information
#278299 (or 0x278299) is known color: Scooter. HEX triplet: 27, 82 and 99. RGB value is (39,130,153). Sum of RGB (Red+Green+Blue) = 39+130+153=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #278299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278299 is #D87D66. Grayscale: #696969. Windows color (decimal): -14187879 or 10060327. OLE color: 10060327.
HSL color Cylindrical-coordinate representation of color #278299: hue angle of 192.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #278299 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 130 | 153 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.4 |
| HSL | 192.11º | 0.59% | 0.38% | - |
| HSV(B) | 192.11º | 0.75% | 0.6% | - |
| XYZ | 14.57 | 18.7 | 32.98 | - |
| YUV | 105.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 130 | 153 | 0.75 | 0.15 | 0 | 0.4 | 192.11 | 0.59 | 0.38 |
| Hex | 27 | 82 | 99 | 4B | F | 0 | 28 | C0 | 3B | 26 |
| Octal | 47 | 202 | 231 | 113 | 17 | 0 | 50 | 300 | 73 | 46 |
| Binary | 100111 | 10000010 | 10011001 | 1001011 | 1111 | 0 | 101000 | 11000000 | 111011 | 100110 |
Color Harmonies of #278299
Complementary color
Monochromatic Colors of #278299
Black with #278299
Text Example
Text Example
White with #278299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278299; }
p { color: rgb(39,130,153); }
H1.HeaderClassName
{
color: #278299;
}
.AnyTagClassName
{
color: #278299;
}
</style>
background-color css
<style>
a { background-color: #278299; }
a { background-color: rgb(39,130,153); }
div.DivClassName
{
background-color: #278299;
}
.BgClassName
{
background-color: #278299;
}
</style>
border-color css
<style>
span { border-color: #278299; }
span { border-color: rgb(39,130,153); }
td.TdClassName
{
border-color: #278299;
}
.TagClassName
{
border-color: #278299;
}
</style>