Shades of Scooter #348FA1
Tints of Scooter #348FA1
RGB
CMYK
RGB Variations
Color information
#348FA1 (or 0x348FA1) is known color: Scooter. HEX triplet: 34, 8F and A1. RGB value is (52,143,161). Sum of RGB (Red+Green+Blue) = 52+143+161=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #348FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348FA1 is #CB705E. Grayscale: #757575. Windows color (decimal): -13332575 or 10587956. OLE color: 10587956.
HSL color Cylindrical-coordinate representation of color #348FA1: hue angle of 189.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #348FA1 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 143 | 161 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.37 |
| HSL | 189.91º | 0.51% | 0.42% | - |
| HSV(B) | 189.91º | 0.68% | 0.63% | - |
| XYZ | 17.67 | 22.95 | 37.22 | - |
| YUV | 117.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 161 | 0.68 | 0.11 | 0 | 0.37 | 189.91 | 0.51 | 0.42 |
| Hex | 34 | 8F | A1 | 44 | B | 0 | 25 | BE | 33 | 2A |
| Octal | 64 | 217 | 241 | 104 | 13 | 0 | 45 | 276 | 63 | 52 |
| Binary | 110100 | 10001111 | 10100001 | 1000100 | 1011 | 0 | 100101 | 10111110 | 110011 | 101010 |
Color Harmonies of #348FA1
Complementary color
Monochromatic Colors of #348FA1
Black with #348FA1
Text Example
Text Example
White with #348FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FA1; }
p { color: rgb(52,143,161); }
H1.HeaderClassName
{
color: #348FA1;
}
.AnyTagClassName
{
color: #348FA1;
}
</style>
background-color css
<style>
a { background-color: #348FA1; }
a { background-color: rgb(52,143,161); }
div.DivClassName
{
background-color: #348FA1;
}
.BgClassName
{
background-color: #348FA1;
}
</style>
border-color css
<style>
span { border-color: #348FA1; }
span { border-color: rgb(52,143,161); }
td.TdClassName
{
border-color: #348FA1;
}
.TagClassName
{
border-color: #348FA1;
}
</style>