Shades of Scooter #338595
Tints of Scooter #338595
RGB
CMYK
RGB Variations
Color information
#338595 (or 0x338595) is known color: Scooter. HEX triplet: 33, 85 and 95. RGB value is (51,133,149). Sum of RGB (Red+Green+Blue) = 51+133+149=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #338595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338595 is #CC7A6A. Grayscale: #6E6E6E. Windows color (decimal): -13400683 or 9798963. OLE color: 9798963.
HSL color Cylindrical-coordinate representation of color #338595: hue angle of 189.8º 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 #338595 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 133 | 149 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.42 |
| HSL | 189.8º | 0.49% | 0.39% | - |
| HSV(B) | 189.8º | 0.66% | 0.58% | - |
| XYZ | 15.18 | 19.65 | 31.43 | - |
| YUV | 110.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 149 | 0.66 | 0.11 | 0 | 0.42 | 189.8 | 0.49 | 0.39 |
| Hex | 33 | 85 | 95 | 42 | B | 0 | 2A | BE | 31 | 27 |
| Octal | 63 | 205 | 225 | 102 | 13 | 0 | 52 | 276 | 61 | 47 |
| Binary | 110011 | 10000101 | 10010101 | 1000010 | 1011 | 0 | 101010 | 10111110 | 110001 | 100111 |
Color Harmonies of #338595
Complementary color
Monochromatic Colors of #338595
Black with #338595
Text Example
Text Example
White with #338595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338595; }
p { color: rgb(51,133,149); }
H1.HeaderClassName
{
color: #338595;
}
.AnyTagClassName
{
color: #338595;
}
</style>
background-color css
<style>
a { background-color: #338595; }
a { background-color: rgb(51,133,149); }
div.DivClassName
{
background-color: #338595;
}
.BgClassName
{
background-color: #338595;
}
</style>
border-color css
<style>
span { border-color: #338595; }
span { border-color: rgb(51,133,149); }
td.TdClassName
{
border-color: #338595;
}
.TagClassName
{
border-color: #338595;
}
</style>