Shades of Scooter #368EA2
Tints of Scooter #368EA2
RGB
CMYK
RGB Variations
Color information
#368EA2 (or 0x368EA2) is known color: Scooter. HEX triplet: 36, 8E and A2. RGB value is (54,142,162). Sum of RGB (Red+Green+Blue) = 54+142+162=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #368EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368EA2 is #C9715D. Grayscale: #757575. Windows color (decimal): -13201758 or 10653238. OLE color: 10653238.
HSL color Cylindrical-coordinate representation of color #368EA2: hue angle of 191.11º 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 #368EA2 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 142 | 162 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.36 |
| HSL | 191.11º | 0.5% | 0.42% | - |
| HSV(B) | 191.11º | 0.67% | 0.64% | - |
| XYZ | 17.72 | 22.74 | 37.64 | - |
| YUV | 117.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 162 | 0.67 | 0.12 | 0 | 0.36 | 191.11 | 0.5 | 0.42 |
| Hex | 36 | 8E | A2 | 43 | C | 0 | 24 | BF | 32 | 2A |
| Octal | 66 | 216 | 242 | 103 | 14 | 0 | 44 | 277 | 62 | 52 |
| Binary | 110110 | 10001110 | 10100010 | 1000011 | 1100 | 0 | 100100 | 10111111 | 110010 | 101010 |
Color Harmonies of #368EA2
Complementary color
Monochromatic Colors of #368EA2
Black with #368EA2
Text Example
Text Example
White with #368EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368EA2; }
p { color: rgb(54,142,162); }
H1.HeaderClassName
{
color: #368EA2;
}
.AnyTagClassName
{
color: #368EA2;
}
</style>
background-color css
<style>
a { background-color: #368EA2; }
a { background-color: rgb(54,142,162); }
div.DivClassName
{
background-color: #368EA2;
}
.BgClassName
{
background-color: #368EA2;
}
</style>
border-color css
<style>
span { border-color: #368EA2; }
span { border-color: rgb(54,142,162); }
td.TdClassName
{
border-color: #368EA2;
}
.TagClassName
{
border-color: #368EA2;
}
</style>