Shades of Scooter #368A9D
Tints of Scooter #368A9D
RGB
CMYK
RGB Variations
Color information
#368A9D (or 0x368A9D) is known color: Scooter. HEX triplet: 36, 8A and 9D. RGB value is (54,138,157). Sum of RGB (Red+Green+Blue) = 54+138+157=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #368A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A9D is #C97562. Grayscale: #727272. Windows color (decimal): -13202787 or 10324534. OLE color: 10324534.
HSL color Cylindrical-coordinate representation of color #368A9D: hue angle of 191.07º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #368A9D is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 138 | 157 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.38 |
| HSL | 191.07º | 0.49% | 0.41% | - |
| HSV(B) | 191.07º | 0.66% | 0.62% | - |
| XYZ | 16.7 | 21.4 | 35.15 | - |
| YUV | 115.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 157 | 0.66 | 0.12 | 0 | 0.38 | 191.07 | 0.49 | 0.41 |
| Hex | 36 | 8A | 9D | 42 | C | 0 | 26 | BF | 31 | 29 |
| Octal | 66 | 212 | 235 | 102 | 14 | 0 | 46 | 277 | 61 | 51 |
| Binary | 110110 | 10001010 | 10011101 | 1000010 | 1100 | 0 | 100110 | 10111111 | 110001 | 101001 |
Color Harmonies of #368A9D
Complementary color
Monochromatic Colors of #368A9D
Black with #368A9D
Text Example
Text Example
White with #368A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A9D; }
p { color: rgb(54,138,157); }
H1.HeaderClassName
{
color: #368A9D;
}
.AnyTagClassName
{
color: #368A9D;
}
</style>
background-color css
<style>
a { background-color: #368A9D; }
a { background-color: rgb(54,138,157); }
div.DivClassName
{
background-color: #368A9D;
}
.BgClassName
{
background-color: #368A9D;
}
</style>
border-color css
<style>
span { border-color: #368A9D; }
span { border-color: rgb(54,138,157); }
td.TdClassName
{
border-color: #368A9D;
}
.TagClassName
{
border-color: #368A9D;
}
</style>