Shades of Scooter #348FA8
Tints of Scooter #348FA8
RGB
CMYK
RGB Variations
Color information
#348FA8 (or 0x348FA8) is known color: Scooter. HEX triplet: 34, 8F and A8. RGB value is (52,143,168). Sum of RGB (Red+Green+Blue) = 52+143+168=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #348FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FA8 is #CB7057. Grayscale: #767676. Windows color (decimal): -13332568 or 11046708. OLE color: 11046708.
HSL color Cylindrical-coordinate representation of color #348FA8: hue angle of 192.93º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #348FA8 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 143 | 168 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.34 |
| HSL | 192.93º | 0.53% | 0.43% | - |
| HSV(B) | 192.93º | 0.69% | 0.66% | - |
| XYZ | 18.31 | 23.2 | 40.56 | - |
| YUV | 118.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 168 | 0.69 | 0.15 | 0 | 0.34 | 192.93 | 0.53 | 0.43 |
| Hex | 34 | 8F | A8 | 45 | F | 0 | 22 | C1 | 35 | 2B |
| Octal | 64 | 217 | 250 | 105 | 17 | 0 | 42 | 301 | 65 | 53 |
| Binary | 110100 | 10001111 | 10101000 | 1000101 | 1111 | 0 | 100010 | 11000001 | 110101 | 101011 |
Color Harmonies of #348FA8
Complementary color
Monochromatic Colors of #348FA8
Black with #348FA8
Text Example
Text Example
White with #348FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FA8; }
p { color: rgb(52,143,168); }
H1.HeaderClassName
{
color: #348FA8;
}
.AnyTagClassName
{
color: #348FA8;
}
</style>
background-color css
<style>
a { background-color: #348FA8; }
a { background-color: rgb(52,143,168); }
div.DivClassName
{
background-color: #348FA8;
}
.BgClassName
{
background-color: #348FA8;
}
</style>
border-color css
<style>
span { border-color: #348FA8; }
span { border-color: rgb(52,143,168); }
td.TdClassName
{
border-color: #348FA8;
}
.TagClassName
{
border-color: #348FA8;
}
</style>