Shades of Scooter #3698AD
Tints of Scooter #3698AD
RGB
CMYK
RGB Variations
Color information
#3698AD (or 0x3698AD) is known color: Scooter. HEX triplet: 36, 98 and AD. RGB value is (54,152,173). Sum of RGB (Red+Green+Blue) = 54+152+173=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3698AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3698AD is #C96752. Grayscale: #7C7C7C. Windows color (decimal): -13199187 or 11376694. OLE color: 11376694.
HSL color Cylindrical-coordinate representation of color #3698AD: hue angle of 190.59º 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 #3698AD is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 152 | 173 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.32 |
| HSL | 190.59º | 0.52% | 0.45% | - |
| HSV(B) | 190.59º | 0.69% | 0.68% | - |
| XYZ | 20.29 | 26.26 | 43.53 | - |
| YUV | 125.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 173 | 0.69 | 0.12 | 0 | 0.32 | 190.59 | 0.52 | 0.45 |
| Hex | 36 | 98 | AD | 45 | C | 0 | 20 | BF | 34 | 2D |
| Octal | 66 | 230 | 255 | 105 | 14 | 0 | 40 | 277 | 64 | 55 |
| Binary | 110110 | 10011000 | 10101101 | 1000101 | 1100 | 0 | 100000 | 10111111 | 110100 | 101101 |
Color Harmonies of #3698AD
Complementary color
Monochromatic Colors of #3698AD
Black with #3698AD
Text Example
Text Example
White with #3698AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698AD; }
p { color: rgb(54,152,173); }
H1.HeaderClassName
{
color: #3698AD;
}
.AnyTagClassName
{
color: #3698AD;
}
</style>
background-color css
<style>
a { background-color: #3698AD; }
a { background-color: rgb(54,152,173); }
div.DivClassName
{
background-color: #3698AD;
}
.BgClassName
{
background-color: #3698AD;
}
</style>
border-color css
<style>
span { border-color: #3698AD; }
span { border-color: rgb(54,152,173); }
td.TdClassName
{
border-color: #3698AD;
}
.TagClassName
{
border-color: #3698AD;
}
</style>