Shades of Scooter #368AA0
Tints of Scooter #368AA0
RGB
CMYK
RGB Variations
Color information
#368AA0 (or 0x368AA0) is known color: Scooter. HEX triplet: 36, 8A and A0. RGB value is (54,138,160). Sum of RGB (Red+Green+Blue) = 54+138+160=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #368AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368AA0 is #C9755F. Grayscale: #737373. Windows color (decimal): -13202784 or 10521142. OLE color: 10521142.
HSL color Cylindrical-coordinate representation of color #368AA0: hue angle of 192.45º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368AA0 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 138 | 160 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.37 |
| HSL | 192.45º | 0.5% | 0.42% | - |
| HSV(B) | 192.45º | 0.66% | 0.63% | - |
| XYZ | 16.95 | 21.5 | 36.51 | - |
| YUV | 115.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 160 | 0.66 | 0.14 | 0 | 0.37 | 192.45 | 0.5 | 0.42 |
| Hex | 36 | 8A | A0 | 42 | E | 0 | 25 | C0 | 32 | 2A |
| Octal | 66 | 212 | 240 | 102 | 16 | 0 | 45 | 300 | 62 | 52 |
| Binary | 110110 | 10001010 | 10100000 | 1000010 | 1110 | 0 | 100101 | 11000000 | 110010 | 101010 |
Color Harmonies of #368AA0
Complementary color
Monochromatic Colors of #368AA0
Black with #368AA0
Text Example
Text Example
White with #368AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368AA0; }
p { color: rgb(54,138,160); }
H1.HeaderClassName
{
color: #368AA0;
}
.AnyTagClassName
{
color: #368AA0;
}
</style>
background-color css
<style>
a { background-color: #368AA0; }
a { background-color: rgb(54,138,160); }
div.DivClassName
{
background-color: #368AA0;
}
.BgClassName
{
background-color: #368AA0;
}
</style>
border-color css
<style>
span { border-color: #368AA0; }
span { border-color: rgb(54,138,160); }
td.TdClassName
{
border-color: #368AA0;
}
.TagClassName
{
border-color: #368AA0;
}
</style>