Shades of Scooter #3693AC
Tints of Scooter #3693AC
RGB
CMYK
RGB Variations
Color information
#3693AC (or 0x3693AC) is known color: Scooter. HEX triplet: 36, 93 and AC. RGB value is (54,147,172). Sum of RGB (Red+Green+Blue) = 54+147+172=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #3693AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3693AC is #C96C53. Grayscale: #797979. Windows color (decimal): -13200468 or 11309878. OLE color: 11309878.
HSL color Cylindrical-coordinate representation of color #3693AC: hue angle of 192.71º degrees, saturation: 0.52, 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 #3693AC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 147 | 172 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.33 |
| HSL | 192.71º | 0.52% | 0.44% | - |
| HSV(B) | 192.71º | 0.69% | 0.67% | - |
| XYZ | 19.4 | 24.63 | 42.76 | - |
| YUV | 122.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 172 | 0.69 | 0.15 | 0 | 0.33 | 192.71 | 0.52 | 0.44 |
| Hex | 36 | 93 | AC | 45 | F | 0 | 21 | C1 | 34 | 2C |
| Octal | 66 | 223 | 254 | 105 | 17 | 0 | 41 | 301 | 64 | 54 |
| Binary | 110110 | 10010011 | 10101100 | 1000101 | 1111 | 0 | 100001 | 11000001 | 110100 | 101100 |
Color Harmonies of #3693AC
Complementary color
Monochromatic Colors of #3693AC
Black with #3693AC
Text Example
Text Example
White with #3693AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3693AC; }
p { color: rgb(54,147,172); }
H1.HeaderClassName
{
color: #3693AC;
}
.AnyTagClassName
{
color: #3693AC;
}
</style>
background-color css
<style>
a { background-color: #3693AC; }
a { background-color: rgb(54,147,172); }
div.DivClassName
{
background-color: #3693AC;
}
.BgClassName
{
background-color: #3693AC;
}
</style>
border-color css
<style>
span { border-color: #3693AC; }
span { border-color: rgb(54,147,172); }
td.TdClassName
{
border-color: #3693AC;
}
.TagClassName
{
border-color: #3693AC;
}
</style>