Shades of Scooter #348FA5
Tints of Scooter #348FA5
RGB
CMYK
RGB Variations
Color information
#348FA5 (or 0x348FA5) is known color: Scooter. HEX triplet: 34, 8F and A5. RGB value is (52,143,165). Sum of RGB (Red+Green+Blue) = 52+143+165=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #348FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FA5 is #CB705A. Grayscale: #767676. Windows color (decimal): -13332571 or 10850100. OLE color: 10850100.
HSL color Cylindrical-coordinate representation of color #348FA5: hue angle of 191.68º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348FA5 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 143 | 165 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.35 |
| HSL | 191.68º | 0.52% | 0.43% | - |
| HSV(B) | 191.68º | 0.68% | 0.65% | - |
| XYZ | 18.03 | 23.09 | 39.1 | - |
| YUV | 118.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 165 | 0.68 | 0.13 | 0 | 0.35 | 191.68 | 0.52 | 0.43 |
| Hex | 34 | 8F | A5 | 44 | D | 0 | 23 | C0 | 34 | 2B |
| Octal | 64 | 217 | 245 | 104 | 15 | 0 | 43 | 300 | 64 | 53 |
| Binary | 110100 | 10001111 | 10100101 | 1000100 | 1101 | 0 | 100011 | 11000000 | 110100 | 101011 |
Color Harmonies of #348FA5
Complementary color
Monochromatic Colors of #348FA5
Black with #348FA5
Text Example
Text Example
White with #348FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FA5; }
p { color: rgb(52,143,165); }
H1.HeaderClassName
{
color: #348FA5;
}
.AnyTagClassName
{
color: #348FA5;
}
</style>
background-color css
<style>
a { background-color: #348FA5; }
a { background-color: rgb(52,143,165); }
div.DivClassName
{
background-color: #348FA5;
}
.BgClassName
{
background-color: #348FA5;
}
</style>
border-color css
<style>
span { border-color: #348FA5; }
span { border-color: rgb(52,143,165); }
td.TdClassName
{
border-color: #348FA5;
}
.TagClassName
{
border-color: #348FA5;
}
</style>