Shades of Scooter #338394
Tints of Scooter #338394
RGB
CMYK
RGB Variations
Color information
#338394 (or 0x338394) is known color: Scooter. HEX triplet: 33, 83 and 94. RGB value is (51,131,148). Sum of RGB (Red+Green+Blue) = 51+131+148=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #338394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338394 is #CC7C6B. Grayscale: #6C6C6C. Windows color (decimal): -13401196 or 9732915. OLE color: 9732915.
HSL color Cylindrical-coordinate representation of color #338394: hue angle of 190.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338394 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 131 | 148 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.42 |
| HSL | 190.52º | 0.49% | 0.39% | - |
| HSV(B) | 190.52º | 0.66% | 0.58% | - |
| XYZ | 14.83 | 19.07 | 30.92 | - |
| YUV | 109.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 148 | 0.66 | 0.11 | 0 | 0.42 | 190.52 | 0.49 | 0.39 |
| Hex | 33 | 83 | 94 | 42 | B | 0 | 2A | BF | 31 | 27 |
| Octal | 63 | 203 | 224 | 102 | 13 | 0 | 52 | 277 | 61 | 47 |
| Binary | 110011 | 10000011 | 10010100 | 1000010 | 1011 | 0 | 101010 | 10111111 | 110001 | 100111 |
Color Harmonies of #338394
Complementary color
Monochromatic Colors of #338394
Black with #338394
Text Example
Text Example
White with #338394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338394; }
p { color: rgb(51,131,148); }
H1.HeaderClassName
{
color: #338394;
}
.AnyTagClassName
{
color: #338394;
}
</style>
background-color css
<style>
a { background-color: #338394; }
a { background-color: rgb(51,131,148); }
div.DivClassName
{
background-color: #338394;
}
.BgClassName
{
background-color: #338394;
}
</style>
border-color css
<style>
span { border-color: #338394; }
span { border-color: rgb(51,131,148); }
td.TdClassName
{
border-color: #338394;
}
.TagClassName
{
border-color: #338394;
}
</style>