Shades of Scooter #368F9C
Tints of Scooter #368F9C
RGB
CMYK
RGB Variations
Color information
#368F9C (or 0x368F9C) is known color: Scooter. HEX triplet: 36, 8F and 9C. RGB value is (54,143,156). Sum of RGB (Red+Green+Blue) = 54+143+156=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #368F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F9C is #C97063. Grayscale: #757575. Windows color (decimal): -13201508 or 10260278. OLE color: 10260278.
HSL color Cylindrical-coordinate representation of color #368F9C: hue angle of 187.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368F9C is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 143 | 156 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.39 |
| HSL | 187.65º | 0.49% | 0.41% | - |
| HSV(B) | 187.65º | 0.65% | 0.61% | - |
| XYZ | 17.34 | 22.83 | 34.94 | - |
| YUV | 117.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 156 | 0.65 | 0.08 | 0 | 0.39 | 187.65 | 0.49 | 0.41 |
| Hex | 36 | 8F | 9C | 41 | 8 | 0 | 27 | BC | 31 | 29 |
| Octal | 66 | 217 | 234 | 101 | 10 | 0 | 47 | 274 | 61 | 51 |
| Binary | 110110 | 10001111 | 10011100 | 1000001 | 1000 | 0 | 100111 | 10111100 | 110001 | 101001 |
Color Harmonies of #368F9C
Complementary color
Monochromatic Colors of #368F9C
Black with #368F9C
Text Example
Text Example
White with #368F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368F9C; }
p { color: rgb(54,143,156); }
H1.HeaderClassName
{
color: #368F9C;
}
.AnyTagClassName
{
color: #368F9C;
}
</style>
background-color css
<style>
a { background-color: #368F9C; }
a { background-color: rgb(54,143,156); }
div.DivClassName
{
background-color: #368F9C;
}
.BgClassName
{
background-color: #368F9C;
}
</style>
border-color css
<style>
span { border-color: #368F9C; }
span { border-color: rgb(54,143,156); }
td.TdClassName
{
border-color: #368F9C;
}
.TagClassName
{
border-color: #368F9C;
}
</style>