Shades of Scooter #367FA1
Tints of Scooter #367FA1
RGB
CMYK
RGB Variations
Color information
#367FA1 (or 0x367FA1) is known color: Scooter. HEX triplet: 36, 7F and A1. RGB value is (54,127,161). Sum of RGB (Red+Green+Blue) = 54+127+161=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #367FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA1 is #C9805E. Grayscale: #6C6C6C. Windows color (decimal): -13205599 or 10583862. OLE color: 10583862.
HSL color Cylindrical-coordinate representation of color #367FA1: hue angle of 199.07º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367FA1 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 127 | 161 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.37 |
| HSL | 199.07º | 0.5% | 0.42% | - |
| HSV(B) | 199.07º | 0.66% | 0.63% | - |
| XYZ | 15.54 | 18.54 | 36.48 | - |
| YUV | 109.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 161 | 0.66 | 0.21 | 0 | 0.37 | 199.07 | 0.5 | 0.42 |
| Hex | 36 | 7F | A1 | 42 | 15 | 0 | 25 | C7 | 32 | 2A |
| Octal | 66 | 177 | 241 | 102 | 25 | 0 | 45 | 307 | 62 | 52 |
| Binary | 110110 | 1111111 | 10100001 | 1000010 | 10101 | 0 | 100101 | 11000111 | 110010 | 101010 |
Color Harmonies of #367FA1
Complementary color
Monochromatic Colors of #367FA1
Black with #367FA1
Text Example
Text Example
White with #367FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FA1; }
p { color: rgb(54,127,161); }
H1.HeaderClassName
{
color: #367FA1;
}
.AnyTagClassName
{
color: #367FA1;
}
</style>
background-color css
<style>
a { background-color: #367FA1; }
a { background-color: rgb(54,127,161); }
div.DivClassName
{
background-color: #367FA1;
}
.BgClassName
{
background-color: #367FA1;
}
</style>
border-color css
<style>
span { border-color: #367FA1; }
span { border-color: rgb(54,127,161); }
td.TdClassName
{
border-color: #367FA1;
}
.TagClassName
{
border-color: #367FA1;
}
</style>