Shades of Scooter #368A9E
Tints of Scooter #368A9E
RGB
CMYK
RGB Variations
Color information
#368A9E (or 0x368A9E) is known color: Scooter. HEX triplet: 36, 8A and 9E. RGB value is (54,138,158). Sum of RGB (Red+Green+Blue) = 54+138+158=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #368A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A9E is #C97561. Grayscale: #737373. Windows color (decimal): -13202786 or 10390070. OLE color: 10390070.
HSL color Cylindrical-coordinate representation of color #368A9E: hue angle of 191.54º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368A9E is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 138 | 158 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.38 |
| HSL | 191.54º | 0.49% | 0.42% | - |
| HSV(B) | 191.54º | 0.66% | 0.62% | - |
| XYZ | 16.78 | 21.43 | 35.6 | - |
| YUV | 115.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 158 | 0.66 | 0.13 | 0 | 0.38 | 191.54 | 0.49 | 0.42 |
| Hex | 36 | 8A | 9E | 42 | D | 0 | 26 | C0 | 31 | 2A |
| Octal | 66 | 212 | 236 | 102 | 15 | 0 | 46 | 300 | 61 | 52 |
| Binary | 110110 | 10001010 | 10011110 | 1000010 | 1101 | 0 | 100110 | 11000000 | 110001 | 101010 |
Color Harmonies of #368A9E
Complementary color
Monochromatic Colors of #368A9E
Black with #368A9E
Text Example
Text Example
White with #368A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A9E; }
p { color: rgb(54,138,158); }
H1.HeaderClassName
{
color: #368A9E;
}
.AnyTagClassName
{
color: #368A9E;
}
</style>
background-color css
<style>
a { background-color: #368A9E; }
a { background-color: rgb(54,138,158); }
div.DivClassName
{
background-color: #368A9E;
}
.BgClassName
{
background-color: #368A9E;
}
</style>
border-color css
<style>
span { border-color: #368A9E; }
span { border-color: rgb(54,138,158); }
td.TdClassName
{
border-color: #368A9E;
}
.TagClassName
{
border-color: #368A9E;
}
</style>