Shades of Scooter #3491A4
Tints of Scooter #3491A4
RGB
CMYK
RGB Variations
Color information
#3491A4 (or 0x3491A4) is known color: Scooter. HEX triplet: 34, 91 and A4. RGB value is (52,145,164). Sum of RGB (Red+Green+Blue) = 52+145+164=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #3491A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3491A4 is #CB6E5B. Grayscale: #777777. Windows color (decimal): -13332060 or 10785076. OLE color: 10785076.
HSL color Cylindrical-coordinate representation of color #3491A4: hue angle of 190.18º 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 #3491A4 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 145 | 164 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.36 |
| HSL | 190.18º | 0.52% | 0.42% | - |
| HSV(B) | 190.18º | 0.68% | 0.64% | - |
| XYZ | 18.24 | 23.66 | 38.73 | - |
| YUV | 119.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 164 | 0.68 | 0.12 | 0 | 0.36 | 190.18 | 0.52 | 0.42 |
| Hex | 34 | 91 | A4 | 44 | C | 0 | 24 | BE | 34 | 2A |
| Octal | 64 | 221 | 244 | 104 | 14 | 0 | 44 | 276 | 64 | 52 |
| Binary | 110100 | 10010001 | 10100100 | 1000100 | 1100 | 0 | 100100 | 10111110 | 110100 | 101010 |
Color Harmonies of #3491A4
Complementary color
Monochromatic Colors of #3491A4
Black with #3491A4
Text Example
Text Example
White with #3491A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3491A4; }
p { color: rgb(52,145,164); }
H1.HeaderClassName
{
color: #3491A4;
}
.AnyTagClassName
{
color: #3491A4;
}
</style>
background-color css
<style>
a { background-color: #3491A4; }
a { background-color: rgb(52,145,164); }
div.DivClassName
{
background-color: #3491A4;
}
.BgClassName
{
background-color: #3491A4;
}
</style>
border-color css
<style>
span { border-color: #3491A4; }
span { border-color: rgb(52,145,164); }
td.TdClassName
{
border-color: #3491A4;
}
.TagClassName
{
border-color: #3491A4;
}
</style>