Shades of Scooter #3598AB
Tints of Scooter #3598AB
RGB
CMYK
RGB Variations
Color information
#3598AB (or 0x3598AB) is known color: Scooter. HEX triplet: 35, 98 and AB. RGB value is (53,152,171). Sum of RGB (Red+Green+Blue) = 53+152+171=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #3598AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3598AB is #CA6754. Grayscale: #7C7C7C. Windows color (decimal): -13264725 or 11245621. OLE color: 11245621.
HSL color Cylindrical-coordinate representation of color #3598AB: hue angle of 189.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3598AB is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 152 | 171 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.33 |
| HSL | 189.66º | 0.53% | 0.44% | - |
| HSV(B) | 189.66º | 0.69% | 0.67% | - |
| XYZ | 20.05 | 26.15 | 42.52 | - |
| YUV | 124.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 171 | 0.69 | 0.11 | 0 | 0.33 | 189.66 | 0.53 | 0.44 |
| Hex | 35 | 98 | AB | 45 | B | 0 | 21 | BE | 35 | 2C |
| Octal | 65 | 230 | 253 | 105 | 13 | 0 | 41 | 276 | 65 | 54 |
| Binary | 110101 | 10011000 | 10101011 | 1000101 | 1011 | 0 | 100001 | 10111110 | 110101 | 101100 |
Color Harmonies of #3598AB
Complementary color
Monochromatic Colors of #3598AB
Black with #3598AB
Text Example
Text Example
White with #3598AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3598AB; }
p { color: rgb(53,152,171); }
H1.HeaderClassName
{
color: #3598AB;
}
.AnyTagClassName
{
color: #3598AB;
}
</style>
background-color css
<style>
a { background-color: #3598AB; }
a { background-color: rgb(53,152,171); }
div.DivClassName
{
background-color: #3598AB;
}
.BgClassName
{
background-color: #3598AB;
}
</style>
border-color css
<style>
span { border-color: #3598AB; }
span { border-color: rgb(53,152,171); }
td.TdClassName
{
border-color: #3598AB;
}
.TagClassName
{
border-color: #3598AB;
}
</style>