Shades of Scooter #348CA3
Tints of Scooter #348CA3
RGB
CMYK
RGB Variations
Color information
#348CA3 (or 0x348CA3) is known color: Scooter. HEX triplet: 34, 8C and A3. RGB value is (52,140,163). Sum of RGB (Red+Green+Blue) = 52+140+163=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #348CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348CA3 is #CB735C. Grayscale: #747474. Windows color (decimal): -13333341 or 10718260. OLE color: 10718260.
HSL color Cylindrical-coordinate representation of color #348CA3: hue angle of 192.43º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348CA3 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 140 | 163 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.36 |
| HSL | 192.43º | 0.52% | 0.42% | - |
| HSV(B) | 192.43º | 0.68% | 0.64% | - |
| XYZ | 17.41 | 22.13 | 38 | - |
| YUV | 116.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 163 | 0.68 | 0.14 | 0 | 0.36 | 192.43 | 0.52 | 0.42 |
| Hex | 34 | 8C | A3 | 44 | E | 0 | 24 | C0 | 34 | 2A |
| Octal | 64 | 214 | 243 | 104 | 16 | 0 | 44 | 300 | 64 | 52 |
| Binary | 110100 | 10001100 | 10100011 | 1000100 | 1110 | 0 | 100100 | 11000000 | 110100 | 101010 |
Color Harmonies of #348CA3
Complementary color
Monochromatic Colors of #348CA3
Black with #348CA3
Text Example
Text Example
White with #348CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CA3; }
p { color: rgb(52,140,163); }
H1.HeaderClassName
{
color: #348CA3;
}
.AnyTagClassName
{
color: #348CA3;
}
</style>
background-color css
<style>
a { background-color: #348CA3; }
a { background-color: rgb(52,140,163); }
div.DivClassName
{
background-color: #348CA3;
}
.BgClassName
{
background-color: #348CA3;
}
</style>
border-color css
<style>
span { border-color: #348CA3; }
span { border-color: rgb(52,140,163); }
td.TdClassName
{
border-color: #348CA3;
}
.TagClassName
{
border-color: #348CA3;
}
</style>