Shades of Scooter #338097
Tints of Scooter #338097
RGB
CMYK
RGB Variations
Color information
#338097 (or 0x338097) is known color: Scooter. HEX triplet: 33, 80 and 97. RGB value is (51,128,151). Sum of RGB (Red+Green+Blue) = 51+128+151=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #338097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338097 is #CC7F68. Grayscale: #6B6B6B. Windows color (decimal): -13401961 or 9928755. OLE color: 9928755.
HSL color Cylindrical-coordinate representation of color #338097: hue angle of 193.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338097 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 128 | 151 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.41 |
| HSL | 193.8º | 0.5% | 0.4% | - |
| HSV(B) | 193.8º | 0.66% | 0.59% | - |
| XYZ | 14.67 | 18.38 | 32.05 | - |
| YUV | 107.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 151 | 0.66 | 0.15 | 0 | 0.41 | 193.8 | 0.5 | 0.4 |
| Hex | 33 | 80 | 97 | 42 | F | 0 | 29 | C2 | 32 | 28 |
| Octal | 63 | 200 | 227 | 102 | 17 | 0 | 51 | 302 | 62 | 50 |
| Binary | 110011 | 10000000 | 10010111 | 1000010 | 1111 | 0 | 101001 | 11000010 | 110010 | 101000 |
Color Harmonies of #338097
Complementary color
Monochromatic Colors of #338097
Black with #338097
Text Example
Text Example
White with #338097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338097; }
p { color: rgb(51,128,151); }
H1.HeaderClassName
{
color: #338097;
}
.AnyTagClassName
{
color: #338097;
}
</style>
background-color css
<style>
a { background-color: #338097; }
a { background-color: rgb(51,128,151); }
div.DivClassName
{
background-color: #338097;
}
.BgClassName
{
background-color: #338097;
}
</style>
border-color css
<style>
span { border-color: #338097; }
span { border-color: rgb(51,128,151); }
td.TdClassName
{
border-color: #338097;
}
.TagClassName
{
border-color: #338097;
}
</style>