Shades of Scooter #348394
Tints of Scooter #348394
RGB
CMYK
RGB Variations
Color information
#348394 (or 0x348394) is known color: Scooter. HEX triplet: 34, 83 and 94. RGB value is (52,131,148). Sum of RGB (Red+Green+Blue) = 52+131+148=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #348394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348394 is #CB7C6B. Grayscale: #6D6D6D. Windows color (decimal): -13335660 or 9732916. OLE color: 9732916.
HSL color Cylindrical-coordinate representation of color #348394: hue angle of 190.62º 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 #348394 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 131 | 148 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.42 |
| HSL | 190.63º | 0.48% | 0.39% | - |
| HSV(B) | 190.63º | 0.65% | 0.58% | - |
| XYZ | 14.88 | 19.1 | 30.92 | - |
| YUV | 109.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 148 | 0.65 | 0.11 | 0 | 0.42 | 190.63 | 0.48 | 0.39 |
| Hex | 34 | 83 | 94 | 41 | B | 0 | 2A | BF | 30 | 27 |
| Octal | 64 | 203 | 224 | 101 | 13 | 0 | 52 | 277 | 60 | 47 |
| Binary | 110100 | 10000011 | 10010100 | 1000001 | 1011 | 0 | 101010 | 10111111 | 110000 | 100111 |
Color Harmonies of #348394
Complementary color
Monochromatic Colors of #348394
Black with #348394
Text Example
Text Example
White with #348394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348394; }
p { color: rgb(52,131,148); }
H1.HeaderClassName
{
color: #348394;
}
.AnyTagClassName
{
color: #348394;
}
</style>
background-color css
<style>
a { background-color: #348394; }
a { background-color: rgb(52,131,148); }
div.DivClassName
{
background-color: #348394;
}
.BgClassName
{
background-color: #348394;
}
</style>
border-color css
<style>
span { border-color: #348394; }
span { border-color: rgb(52,131,148); }
td.TdClassName
{
border-color: #348394;
}
.TagClassName
{
border-color: #348394;
}
</style>