Shades of Scooter #368C9A
Tints of Scooter #368C9A
RGB
CMYK
RGB Variations
Color information
#368C9A (or 0x368C9A) is known color: Scooter. HEX triplet: 36, 8C and 9A. RGB value is (54,140,154). Sum of RGB (Red+Green+Blue) = 54+140+154=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #368C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C9A is #C97365. Grayscale: #737373. Windows color (decimal): -13202278 or 10128438. OLE color: 10128438.
HSL color Cylindrical-coordinate representation of color #368C9A: hue angle of 188.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368C9A is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 140 | 154 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.40 |
| HSL | 188.4º | 0.48% | 0.41% | - |
| HSV(B) | 188.4º | 0.65% | 0.6% | - |
| XYZ | 16.73 | 21.87 | 33.91 | - |
| YUV | 115.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 154 | 0.65 | 0.09 | 0 | 0.40 | 188.4 | 0.48 | 0.41 |
| Hex | 36 | 8C | 9A | 41 | 9 | 0 | 28 | BC | 30 | 29 |
| Octal | 66 | 214 | 232 | 101 | 11 | 0 | 50 | 274 | 60 | 51 |
| Binary | 110110 | 10001100 | 10011010 | 1000001 | 1001 | 0 | 101000 | 10111100 | 110000 | 101001 |
Color Harmonies of #368C9A
Complementary color
Monochromatic Colors of #368C9A
Black with #368C9A
Text Example
Text Example
White with #368C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C9A; }
p { color: rgb(54,140,154); }
H1.HeaderClassName
{
color: #368C9A;
}
.AnyTagClassName
{
color: #368C9A;
}
</style>
background-color css
<style>
a { background-color: #368C9A; }
a { background-color: rgb(54,140,154); }
div.DivClassName
{
background-color: #368C9A;
}
.BgClassName
{
background-color: #368C9A;
}
</style>
border-color css
<style>
span { border-color: #368C9A; }
span { border-color: rgb(54,140,154); }
td.TdClassName
{
border-color: #368C9A;
}
.TagClassName
{
border-color: #368C9A;
}
</style>