Shades of Scooter #337FA0
Tints of Scooter #337FA0
RGB
CMYK
RGB Variations
Color information
#337FA0 (or 0x337FA0) is known color: Scooter. HEX triplet: 33, 7F and A0. RGB value is (51,127,160). Sum of RGB (Red+Green+Blue) = 51+127+160=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #337FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FA0 is #CC805F. Grayscale: #6B6B6B. Windows color (decimal): -13402208 or 10518323. OLE color: 10518323.
HSL color Cylindrical-coordinate representation of color #337FA0: hue angle of 198.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337FA0 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 127 | 160 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.37 |
| HSL | 198.17º | 0.52% | 0.41% | - |
| HSV(B) | 198.17º | 0.68% | 0.63% | - |
| XYZ | 15.3 | 18.42 | 36.01 | - |
| YUV | 108.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 160 | 0.68 | 0.21 | 0 | 0.37 | 198.17 | 0.52 | 0.41 |
| Hex | 33 | 7F | A0 | 44 | 15 | 0 | 25 | C6 | 34 | 29 |
| Octal | 63 | 177 | 240 | 104 | 25 | 0 | 45 | 306 | 64 | 51 |
| Binary | 110011 | 1111111 | 10100000 | 1000100 | 10101 | 0 | 100101 | 11000110 | 110100 | 101001 |
Color Harmonies of #337FA0
Complementary color
Monochromatic Colors of #337FA0
Black with #337FA0
Text Example
Text Example
White with #337FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FA0; }
p { color: rgb(51,127,160); }
H1.HeaderClassName
{
color: #337FA0;
}
.AnyTagClassName
{
color: #337FA0;
}
</style>
background-color css
<style>
a { background-color: #337FA0; }
a { background-color: rgb(51,127,160); }
div.DivClassName
{
background-color: #337FA0;
}
.BgClassName
{
background-color: #337FA0;
}
</style>
border-color css
<style>
span { border-color: #337FA0; }
span { border-color: rgb(51,127,160); }
td.TdClassName
{
border-color: #337FA0;
}
.TagClassName
{
border-color: #337FA0;
}
</style>