Shades of Scooter #348299
Tints of Scooter #348299
RGB
CMYK
RGB Variations
Color information
#348299 (or 0x348299) is known color: Scooter. HEX triplet: 34, 82 and 99. RGB value is (52,130,153). Sum of RGB (Red+Green+Blue) = 52+130+153=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #348299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348299 is #CB7D66. Grayscale: #6D6D6D. Windows color (decimal): -13335911 or 10060340. OLE color: 10060340.
HSL color Cylindrical-coordinate representation of color #348299: hue angle of 193.66º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348299 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 130 | 153 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.4 |
| HSL | 193.66º | 0.49% | 0.4% | - |
| HSV(B) | 193.66º | 0.66% | 0.6% | - |
| XYZ | 15.15 | 19 | 33.01 | - |
| YUV | 109.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 153 | 0.66 | 0.15 | 0 | 0.4 | 193.66 | 0.49 | 0.4 |
| Hex | 34 | 82 | 99 | 42 | F | 0 | 28 | C2 | 31 | 28 |
| Octal | 64 | 202 | 231 | 102 | 17 | 0 | 50 | 302 | 61 | 50 |
| Binary | 110100 | 10000010 | 10011001 | 1000010 | 1111 | 0 | 101000 | 11000010 | 110001 | 101000 |
Color Harmonies of #348299
Complementary color
Monochromatic Colors of #348299
Black with #348299
Text Example
Text Example
White with #348299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348299; }
p { color: rgb(52,130,153); }
H1.HeaderClassName
{
color: #348299;
}
.AnyTagClassName
{
color: #348299;
}
</style>
background-color css
<style>
a { background-color: #348299; }
a { background-color: rgb(52,130,153); }
div.DivClassName
{
background-color: #348299;
}
.BgClassName
{
background-color: #348299;
}
</style>
border-color css
<style>
span { border-color: #348299; }
span { border-color: rgb(52,130,153); }
td.TdClassName
{
border-color: #348299;
}
.TagClassName
{
border-color: #348299;
}
</style>