Shades of Scooter #369DA8
Tints of Scooter #369DA8
RGB
CMYK
RGB Variations
Color information
#369DA8 (or 0x369DA8) is known color: Scooter. HEX triplet: 36, 9D and A8. RGB value is (54,157,168). Sum of RGB (Red+Green+Blue) = 54+157+168=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #369DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369DA8 is #C96257. Grayscale: #7F7F7F. Windows color (decimal): -13197912 or 11050294. OLE color: 11050294.
HSL color Cylindrical-coordinate representation of color #369DA8: hue angle of 185.79º 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 #369DA8 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 157 | 168 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.34 |
| HSL | 185.79º | 0.51% | 0.44% | - |
| HSV(B) | 185.79º | 0.68% | 0.66% | - |
| XYZ | 20.65 | 27.73 | 41.31 | - |
| YUV | 127.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 168 | 0.68 | 0.07 | 0 | 0.34 | 185.79 | 0.51 | 0.44 |
| Hex | 36 | 9D | A8 | 44 | 7 | 0 | 22 | BA | 33 | 2C |
| Octal | 66 | 235 | 250 | 104 | 7 | 0 | 42 | 272 | 63 | 54 |
| Binary | 110110 | 10011101 | 10101000 | 1000100 | 111 | 0 | 100010 | 10111010 | 110011 | 101100 |
Color Harmonies of #369DA8
Complementary color
Monochromatic Colors of #369DA8
Black with #369DA8
Text Example
Text Example
White with #369DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369DA8; }
p { color: rgb(54,157,168); }
H1.HeaderClassName
{
color: #369DA8;
}
.AnyTagClassName
{
color: #369DA8;
}
</style>
background-color css
<style>
a { background-color: #369DA8; }
a { background-color: rgb(54,157,168); }
div.DivClassName
{
background-color: #369DA8;
}
.BgClassName
{
background-color: #369DA8;
}
</style>
border-color css
<style>
span { border-color: #369DA8; }
span { border-color: rgb(54,157,168); }
td.TdClassName
{
border-color: #369DA8;
}
.TagClassName
{
border-color: #369DA8;
}
</style>