Shades of Scooter #3697AD
Tints of Scooter #3697AD
RGB
CMYK
RGB Variations
Color information
#3697AD (or 0x3697AD) is known color: Scooter. HEX triplet: 36, 97 and AD. RGB value is (54,151,173). Sum of RGB (Red+Green+Blue) = 54+151+173=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #3697AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3697AD is #C96852. Grayscale: #7C7C7C. Windows color (decimal): -13199443 or 11376438. OLE color: 11376438.
HSL color Cylindrical-coordinate representation of color #3697AD: hue angle of 191.09º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3697AD is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 151 | 173 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.32 |
| HSL | 191.09º | 0.52% | 0.45% | - |
| HSV(B) | 191.09º | 0.69% | 0.68% | - |
| XYZ | 20.13 | 25.93 | 43.48 | - |
| YUV | 124.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 173 | 0.69 | 0.13 | 0 | 0.32 | 191.09 | 0.52 | 0.45 |
| Hex | 36 | 97 | AD | 45 | D | 0 | 20 | BF | 34 | 2D |
| Octal | 66 | 227 | 255 | 105 | 15 | 0 | 40 | 277 | 64 | 55 |
| Binary | 110110 | 10010111 | 10101101 | 1000101 | 1101 | 0 | 100000 | 10111111 | 110100 | 101101 |
Color Harmonies of #3697AD
Complementary color
Monochromatic Colors of #3697AD
Black with #3697AD
Text Example
Text Example
White with #3697AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3697AD; }
p { color: rgb(54,151,173); }
H1.HeaderClassName
{
color: #3697AD;
}
.AnyTagClassName
{
color: #3697AD;
}
</style>
background-color css
<style>
a { background-color: #3697AD; }
a { background-color: rgb(54,151,173); }
div.DivClassName
{
background-color: #3697AD;
}
.BgClassName
{
background-color: #3697AD;
}
</style>
border-color css
<style>
span { border-color: #3697AD; }
span { border-color: rgb(54,151,173); }
td.TdClassName
{
border-color: #3697AD;
}
.TagClassName
{
border-color: #3697AD;
}
</style>