Shades of Scooter #369AA8
Tints of Scooter #369AA8
RGB
CMYK
RGB Variations
Color information
#369AA8 (or 0x369AA8) is known color: Scooter. HEX triplet: 36, 9A and A8. RGB value is (54,154,168). Sum of RGB (Red+Green+Blue) = 54+154+168=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #369AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369AA8 is #C96557. Grayscale: #7D7D7D. Windows color (decimal): -13198680 or 11049526. OLE color: 11049526.
HSL color Cylindrical-coordinate representation of color #369AA8: hue angle of 187.37º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369AA8 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 154 | 168 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.34 |
| HSL | 187.37º | 0.51% | 0.44% | - |
| HSV(B) | 187.37º | 0.68% | 0.66% | - |
| XYZ | 20.14 | 26.72 | 41.14 | - |
| YUV | 125.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 168 | 0.68 | 0.08 | 0 | 0.34 | 187.37 | 0.51 | 0.44 |
| Hex | 36 | 9A | A8 | 44 | 8 | 0 | 22 | BB | 33 | 2C |
| Octal | 66 | 232 | 250 | 104 | 10 | 0 | 42 | 273 | 63 | 54 |
| Binary | 110110 | 10011010 | 10101000 | 1000100 | 1000 | 0 | 100010 | 10111011 | 110011 | 101100 |
Color Harmonies of #369AA8
Complementary color
Monochromatic Colors of #369AA8
Black with #369AA8
Text Example
Text Example
White with #369AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369AA8; }
p { color: rgb(54,154,168); }
H1.HeaderClassName
{
color: #369AA8;
}
.AnyTagClassName
{
color: #369AA8;
}
</style>
background-color css
<style>
a { background-color: #369AA8; }
a { background-color: rgb(54,154,168); }
div.DivClassName
{
background-color: #369AA8;
}
.BgClassName
{
background-color: #369AA8;
}
</style>
border-color css
<style>
span { border-color: #369AA8; }
span { border-color: rgb(54,154,168); }
td.TdClassName
{
border-color: #369AA8;
}
.TagClassName
{
border-color: #369AA8;
}
</style>