Shades of Scooter #348993
Tints of Scooter #348993
RGB
CMYK
RGB Variations
Color information
#348993 (or 0x348993) is known color: Scooter. HEX triplet: 34, 89 and 93. RGB value is (52,137,147). Sum of RGB (Red+Green+Blue) = 52+137+147=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #348993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348993 is #CB766C. Grayscale: #707070. Windows color (decimal): -13334125 or 9668916. OLE color: 9668916.
HSL color Cylindrical-coordinate representation of color #348993: hue angle of 186.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348993 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 137 | 147 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.42 |
| HSL | 186.32º | 0.48% | 0.39% | - |
| HSV(B) | 186.32º | 0.65% | 0.58% | - |
| XYZ | 15.63 | 20.73 | 30.78 | - |
| YUV | 112.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 147 | 0.65 | 0.07 | 0 | 0.42 | 186.32 | 0.48 | 0.39 |
| Hex | 34 | 89 | 93 | 41 | 7 | 0 | 2A | BA | 30 | 27 |
| Octal | 64 | 211 | 223 | 101 | 7 | 0 | 52 | 272 | 60 | 47 |
| Binary | 110100 | 10001001 | 10010011 | 1000001 | 111 | 0 | 101010 | 10111010 | 110000 | 100111 |
Color Harmonies of #348993
Complementary color
Monochromatic Colors of #348993
Black with #348993
Text Example
Text Example
White with #348993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348993; }
p { color: rgb(52,137,147); }
H1.HeaderClassName
{
color: #348993;
}
.AnyTagClassName
{
color: #348993;
}
</style>
background-color css
<style>
a { background-color: #348993; }
a { background-color: rgb(52,137,147); }
div.DivClassName
{
background-color: #348993;
}
.BgClassName
{
background-color: #348993;
}
</style>
border-color css
<style>
span { border-color: #348993; }
span { border-color: rgb(52,137,147); }
td.TdClassName
{
border-color: #348993;
}
.TagClassName
{
border-color: #348993;
}
</style>