Shades of Scooter #368BA2
Tints of Scooter #368BA2
RGB
CMYK
RGB Variations
Color information
#368BA2 (or 0x368BA2) is known color: Scooter. HEX triplet: 36, 8B and A2. RGB value is (54,139,162). Sum of RGB (Red+Green+Blue) = 54+139+162=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #368BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BA2 is #C9745D. Grayscale: #747474. Windows color (decimal): -13202526 or 10652470. OLE color: 10652470.
HSL color Cylindrical-coordinate representation of color #368BA2: hue angle of 192.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #368BA2 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 139 | 162 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.36 |
| HSL | 192.78º | 0.5% | 0.42% | - |
| HSV(B) | 192.78º | 0.67% | 0.64% | - |
| XYZ | 17.28 | 21.86 | 37.49 | - |
| YUV | 116.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 162 | 0.67 | 0.14 | 0 | 0.36 | 192.78 | 0.5 | 0.42 |
| Hex | 36 | 8B | A2 | 43 | E | 0 | 24 | C1 | 32 | 2A |
| Octal | 66 | 213 | 242 | 103 | 16 | 0 | 44 | 301 | 62 | 52 |
| Binary | 110110 | 10001011 | 10100010 | 1000011 | 1110 | 0 | 100100 | 11000001 | 110010 | 101010 |
Color Harmonies of #368BA2
Complementary color
Monochromatic Colors of #368BA2
Black with #368BA2
Text Example
Text Example
White with #368BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368BA2; }
p { color: rgb(54,139,162); }
H1.HeaderClassName
{
color: #368BA2;
}
.AnyTagClassName
{
color: #368BA2;
}
</style>
background-color css
<style>
a { background-color: #368BA2; }
a { background-color: rgb(54,139,162); }
div.DivClassName
{
background-color: #368BA2;
}
.BgClassName
{
background-color: #368BA2;
}
</style>
border-color css
<style>
span { border-color: #368BA2; }
span { border-color: rgb(54,139,162); }
td.TdClassName
{
border-color: #368BA2;
}
.TagClassName
{
border-color: #368BA2;
}
</style>