Shades of Scooter #368A9A
Tints of Scooter #368A9A
RGB
CMYK
RGB Variations
Color information
#368A9A (or 0x368A9A) is known color: Scooter. HEX triplet: 36, 8A and 9A. RGB value is (54,138,154). Sum of RGB (Red+Green+Blue) = 54+138+154=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #368A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A9A is #C97565. Grayscale: #727272. Windows color (decimal): -13202790 or 10127926. OLE color: 10127926.
HSL color Cylindrical-coordinate representation of color #368A9A: hue angle of 189.6º 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 #368A9A is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 138 | 154 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.40 |
| HSL | 189.6º | 0.48% | 0.41% | - |
| HSV(B) | 189.6º | 0.65% | 0.6% | - |
| XYZ | 16.44 | 21.29 | 33.82 | - |
| YUV | 114.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 154 | 0.65 | 0.10 | 0 | 0.40 | 189.6 | 0.48 | 0.41 |
| Hex | 36 | 8A | 9A | 41 | A | 0 | 28 | BE | 30 | 29 |
| Octal | 66 | 212 | 232 | 101 | 12 | 0 | 50 | 276 | 60 | 51 |
| Binary | 110110 | 10001010 | 10011010 | 1000001 | 1010 | 0 | 101000 | 10111110 | 110000 | 101001 |
Color Harmonies of #368A9A
Complementary color
Monochromatic Colors of #368A9A
Black with #368A9A
Text Example
Text Example
White with #368A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368A9A; }
p { color: rgb(54,138,154); }
H1.HeaderClassName
{
color: #368A9A;
}
.AnyTagClassName
{
color: #368A9A;
}
</style>
background-color css
<style>
a { background-color: #368A9A; }
a { background-color: rgb(54,138,154); }
div.DivClassName
{
background-color: #368A9A;
}
.BgClassName
{
background-color: #368A9A;
}
</style>
border-color css
<style>
span { border-color: #368A9A; }
span { border-color: rgb(54,138,154); }
td.TdClassName
{
border-color: #368A9A;
}
.TagClassName
{
border-color: #368A9A;
}
</style>