Shades of Scooter #338591
Tints of Scooter #338591
RGB
CMYK
RGB Variations
Color information
#338591 (or 0x338591) is known color: Scooter. HEX triplet: 33, 85 and 91. RGB value is (51,133,145). Sum of RGB (Red+Green+Blue) = 51+133+145=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #338591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338591 is #CC7A6E. Grayscale: #6D6D6D. Windows color (decimal): -13400687 or 9536819. OLE color: 9536819.
HSL color Cylindrical-coordinate representation of color #338591: hue angle of 187.66º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338591 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 133 | 145 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.43 |
| HSL | 187.66º | 0.48% | 0.38% | - |
| HSV(B) | 187.66º | 0.65% | 0.57% | - |
| XYZ | 14.86 | 19.52 | 29.77 | - |
| YUV | 109.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 145 | 0.65 | 0.08 | 0 | 0.43 | 187.66 | 0.48 | 0.38 |
| Hex | 33 | 85 | 91 | 41 | 8 | 0 | 2B | BC | 30 | 26 |
| Octal | 63 | 205 | 221 | 101 | 10 | 0 | 53 | 274 | 60 | 46 |
| Binary | 110011 | 10000101 | 10010001 | 1000001 | 1000 | 0 | 101011 | 10111100 | 110000 | 100110 |
Color Harmonies of #338591
Complementary color
Monochromatic Colors of #338591
Black with #338591
Text Example
Text Example
White with #338591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338591; }
p { color: rgb(51,133,145); }
H1.HeaderClassName
{
color: #338591;
}
.AnyTagClassName
{
color: #338591;
}
</style>
background-color css
<style>
a { background-color: #338591; }
a { background-color: rgb(51,133,145); }
div.DivClassName
{
background-color: #338591;
}
.BgClassName
{
background-color: #338591;
}
</style>
border-color css
<style>
span { border-color: #338591; }
span { border-color: rgb(51,133,145); }
td.TdClassName
{
border-color: #338591;
}
.TagClassName
{
border-color: #338591;
}
</style>