Shades of Scooter #368AA2
Tints of Scooter #368AA2
RGB
CMYK
RGB Variations
Color information
#368AA2 (or 0x368AA2) is known color: Scooter. HEX triplet: 36, 8A and A2. RGB value is (54,138,162). Sum of RGB (Red+Green+Blue) = 54+138+162=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #368AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368AA2 is #C9755D. Grayscale: #737373. Windows color (decimal): -13202782 or 10652214. OLE color: 10652214.
HSL color Cylindrical-coordinate representation of color #368AA2: hue angle of 193.33º 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 #368AA2 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 138 | 162 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.36 |
| HSL | 193.33º | 0.5% | 0.42% | - |
| HSV(B) | 193.33º | 0.67% | 0.64% | - |
| XYZ | 17.13 | 21.57 | 37.44 | - |
| YUV | 115.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 162 | 0.67 | 0.15 | 0 | 0.36 | 193.33 | 0.5 | 0.42 |
| Hex | 36 | 8A | A2 | 43 | F | 0 | 24 | C1 | 32 | 2A |
| Octal | 66 | 212 | 242 | 103 | 17 | 0 | 44 | 301 | 62 | 52 |
| Binary | 110110 | 10001010 | 10100010 | 1000011 | 1111 | 0 | 100100 | 11000001 | 110010 | 101010 |
Color Harmonies of #368AA2
Complementary color
Monochromatic Colors of #368AA2
Black with #368AA2
Text Example
Text Example
White with #368AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368AA2; }
p { color: rgb(54,138,162); }
H1.HeaderClassName
{
color: #368AA2;
}
.AnyTagClassName
{
color: #368AA2;
}
</style>
background-color css
<style>
a { background-color: #368AA2; }
a { background-color: rgb(54,138,162); }
div.DivClassName
{
background-color: #368AA2;
}
.BgClassName
{
background-color: #368AA2;
}
</style>
border-color css
<style>
span { border-color: #368AA2; }
span { border-color: rgb(54,138,162); }
td.TdClassName
{
border-color: #368AA2;
}
.TagClassName
{
border-color: #368AA2;
}
</style>