Shades of Scooter #3698AB
Tints of Scooter #3698AB
RGB
CMYK
RGB Variations
Color information
#3698AB (or 0x3698AB) is known color: Scooter. HEX triplet: 36, 98 and AB. RGB value is (54,152,171). Sum of RGB (Red+Green+Blue) = 54+152+171=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #3698AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3698AB is #C96754. Grayscale: #7C7C7C. Windows color (decimal): -13199189 or 11245622. OLE color: 11245622.
HSL color Cylindrical-coordinate representation of color #3698AB: hue angle of 189.74º 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 #3698AB is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 152 | 171 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.33 |
| HSL | 189.74º | 0.52% | 0.44% | - |
| HSV(B) | 189.74º | 0.68% | 0.67% | - |
| XYZ | 20.1 | 26.18 | 42.52 | - |
| YUV | 124.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 171 | 0.68 | 0.11 | 0 | 0.33 | 189.74 | 0.52 | 0.44 |
| Hex | 36 | 98 | AB | 44 | B | 0 | 21 | BE | 34 | 2C |
| Octal | 66 | 230 | 253 | 104 | 13 | 0 | 41 | 276 | 64 | 54 |
| Binary | 110110 | 10011000 | 10101011 | 1000100 | 1011 | 0 | 100001 | 10111110 | 110100 | 101100 |
Color Harmonies of #3698AB
Complementary color
Monochromatic Colors of #3698AB
Black with #3698AB
Text Example
Text Example
White with #3698AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698AB; }
p { color: rgb(54,152,171); }
H1.HeaderClassName
{
color: #3698AB;
}
.AnyTagClassName
{
color: #3698AB;
}
</style>
background-color css
<style>
a { background-color: #3698AB; }
a { background-color: rgb(54,152,171); }
div.DivClassName
{
background-color: #3698AB;
}
.BgClassName
{
background-color: #3698AB;
}
</style>
border-color css
<style>
span { border-color: #3698AB; }
span { border-color: rgb(54,152,171); }
td.TdClassName
{
border-color: #3698AB;
}
.TagClassName
{
border-color: #3698AB;
}
</style>