Shades of Scooter #3694AB
Tints of Scooter #3694AB
RGB
CMYK
RGB Variations
Color information
#3694AB (or 0x3694AB) is known color: Scooter. HEX triplet: 36, 94 and AB. RGB value is (54,148,171). Sum of RGB (Red+Green+Blue) = 54+148+171=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #3694AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3694AB is #C96B54. Grayscale: #7A7A7A. Windows color (decimal): -13200213 or 11244598. OLE color: 11244598.
HSL color Cylindrical-coordinate representation of color #3694AB: hue angle of 191.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3694AB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 148 | 171 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.33 |
| HSL | 191.79º | 0.52% | 0.44% | - |
| HSV(B) | 191.79º | 0.68% | 0.67% | - |
| XYZ | 19.46 | 24.9 | 42.31 | - |
| YUV | 122.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 171 | 0.68 | 0.13 | 0 | 0.33 | 191.79 | 0.52 | 0.44 |
| Hex | 36 | 94 | AB | 44 | D | 0 | 21 | C0 | 34 | 2C |
| Octal | 66 | 224 | 253 | 104 | 15 | 0 | 41 | 300 | 64 | 54 |
| Binary | 110110 | 10010100 | 10101011 | 1000100 | 1101 | 0 | 100001 | 11000000 | 110100 | 101100 |
Color Harmonies of #3694AB
Complementary color
Monochromatic Colors of #3694AB
Black with #3694AB
Text Example
Text Example
White with #3694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3694AB; }
p { color: rgb(54,148,171); }
H1.HeaderClassName
{
color: #3694AB;
}
.AnyTagClassName
{
color: #3694AB;
}
</style>
background-color css
<style>
a { background-color: #3694AB; }
a { background-color: rgb(54,148,171); }
div.DivClassName
{
background-color: #3694AB;
}
.BgClassName
{
background-color: #3694AB;
}
</style>
border-color css
<style>
span { border-color: #3694AB; }
span { border-color: rgb(54,148,171); }
td.TdClassName
{
border-color: #3694AB;
}
.TagClassName
{
border-color: #3694AB;
}
</style>