Shades of Scooter #348194
Tints of Scooter #348194
RGB
CMYK
RGB Variations
Color information
#348194 (or 0x348194) is known color: Scooter. HEX triplet: 34, 81 and 94. RGB value is (52,129,148). Sum of RGB (Red+Green+Blue) = 52+129+148=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #348194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348194 is #CB7E6B. Grayscale: #6B6B6B. Windows color (decimal): -13336172 or 9732404. OLE color: 9732404.
HSL color Cylindrical-coordinate representation of color #348194: hue angle of 191.88º 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 #348194 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 129 | 148 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.42 |
| HSL | 191.88º | 0.48% | 0.39% | - |
| HSV(B) | 191.88º | 0.65% | 0.58% | - |
| XYZ | 14.61 | 18.57 | 30.83 | - |
| YUV | 108.14 | 150.49 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 148 | 0.65 | 0.13 | 0 | 0.42 | 191.88 | 0.48 | 0.39 |
| Hex | 34 | 81 | 94 | 41 | D | 0 | 2A | C0 | 30 | 27 |
| Octal | 64 | 201 | 224 | 101 | 15 | 0 | 52 | 300 | 60 | 47 |
| Binary | 110100 | 10000001 | 10010100 | 1000001 | 1101 | 0 | 101010 | 11000000 | 110000 | 100111 |
Color Harmonies of #348194
Complementary color
Monochromatic Colors of #348194
Black with #348194
Text Example
Text Example
White with #348194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348194; }
p { color: rgb(52,129,148); }
H1.HeaderClassName
{
color: #348194;
}
.AnyTagClassName
{
color: #348194;
}
</style>
background-color css
<style>
a { background-color: #348194; }
a { background-color: rgb(52,129,148); }
div.DivClassName
{
background-color: #348194;
}
.BgClassName
{
background-color: #348194;
}
</style>
border-color css
<style>
span { border-color: #348194; }
span { border-color: rgb(52,129,148); }
td.TdClassName
{
border-color: #348194;
}
.TagClassName
{
border-color: #348194;
}
</style>