Shades of Scooter #3388AB
Tints of Scooter #3388AB
RGB
CMYK
RGB Variations
Color information
#3388AB (or 0x3388AB) is known color: Scooter. HEX triplet: 33, 88 and AB. RGB value is (51,136,171). Sum of RGB (Red+Green+Blue) = 51+136+171=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3388AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3388AB is #CC7754. Grayscale: #727272. Windows color (decimal): -13399893 or 11241523. OLE color: 11241523.
HSL color Cylindrical-coordinate representation of color #3388AB: hue angle of 197.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3388AB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 136 | 171 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.33 |
| HSL | 197.5º | 0.54% | 0.44% | - |
| HSV(B) | 197.5º | 0.7% | 0.67% | - |
| XYZ | 17.52 | 21.25 | 41.71 | - |
| YUV | 114.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 171 | 0.70 | 0.20 | 0 | 0.33 | 197.5 | 0.54 | 0.44 |
| Hex | 33 | 88 | AB | 46 | 14 | 0 | 21 | C6 | 36 | 2C |
| Octal | 63 | 210 | 253 | 106 | 24 | 0 | 41 | 306 | 66 | 54 |
| Binary | 110011 | 10001000 | 10101011 | 1000110 | 10100 | 0 | 100001 | 11000110 | 110110 | 101100 |
Color Harmonies of #3388AB
Complementary color
Monochromatic Colors of #3388AB
Black with #3388AB
Text Example
Text Example
White with #3388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3388AB; }
p { color: rgb(51,136,171); }
H1.HeaderClassName
{
color: #3388AB;
}
.AnyTagClassName
{
color: #3388AB;
}
</style>
background-color css
<style>
a { background-color: #3388AB; }
a { background-color: rgb(51,136,171); }
div.DivClassName
{
background-color: #3388AB;
}
.BgClassName
{
background-color: #3388AB;
}
</style>
border-color css
<style>
span { border-color: #3388AB; }
span { border-color: rgb(51,136,171); }
td.TdClassName
{
border-color: #3388AB;
}
.TagClassName
{
border-color: #3388AB;
}
</style>