Shades of Scooter #369CA9
Tints of Scooter #369CA9
RGB
CMYK
RGB Variations
Color information
#369CA9 (or 0x369CA9) is known color: Scooter. HEX triplet: 36, 9C and A9. RGB value is (54,156,169). Sum of RGB (Red+Green+Blue) = 54+156+169=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #369CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369CA9 is #C96356. Grayscale: #7E7E7E. Windows color (decimal): -13198167 or 11115574. OLE color: 11115574.
HSL color Cylindrical-coordinate representation of color #369CA9: hue angle of 186.78º degrees, saturation: 0.52, 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 #369CA9 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 156 | 169 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.34 |
| HSL | 186.78º | 0.52% | 0.44% | - |
| HSV(B) | 186.78º | 0.68% | 0.66% | - |
| XYZ | 20.57 | 27.43 | 41.75 | - |
| YUV | 126.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 169 | 0.68 | 0.08 | 0 | 0.34 | 186.78 | 0.52 | 0.44 |
| Hex | 36 | 9C | A9 | 44 | 8 | 0 | 22 | BB | 34 | 2C |
| Octal | 66 | 234 | 251 | 104 | 10 | 0 | 42 | 273 | 64 | 54 |
| Binary | 110110 | 10011100 | 10101001 | 1000100 | 1000 | 0 | 100010 | 10111011 | 110100 | 101100 |
Color Harmonies of #369CA9
Complementary color
Monochromatic Colors of #369CA9
Black with #369CA9
Text Example
Text Example
White with #369CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CA9; }
p { color: rgb(54,156,169); }
H1.HeaderClassName
{
color: #369CA9;
}
.AnyTagClassName
{
color: #369CA9;
}
</style>
background-color css
<style>
a { background-color: #369CA9; }
a { background-color: rgb(54,156,169); }
div.DivClassName
{
background-color: #369CA9;
}
.BgClassName
{
background-color: #369CA9;
}
</style>
border-color css
<style>
span { border-color: #369CA9; }
span { border-color: rgb(54,156,169); }
td.TdClassName
{
border-color: #369CA9;
}
.TagClassName
{
border-color: #369CA9;
}
</style>