Shades of Scooter #369AA1
Tints of Scooter #369AA1
RGB
CMYK
RGB Variations
Color information
#369AA1 (or 0x369AA1) is known color: Scooter. HEX triplet: 36, 9A and A1. RGB value is (54,154,161). Sum of RGB (Red+Green+Blue) = 54+154+161=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #369AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369AA1 is #C9655E. Grayscale: #7C7C7C. Windows color (decimal): -13198687 or 10590774. OLE color: 10590774.
HSL color Cylindrical-coordinate representation of color #369AA1: hue angle of 183.93º 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 #369AA1 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 154 | 161 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.37 |
| HSL | 183.93º | 0.5% | 0.42% | - |
| HSV(B) | 183.93º | 0.66% | 0.63% | - |
| XYZ | 19.51 | 26.47 | 37.8 | - |
| YUV | 124.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 161 | 0.66 | 0.04 | 0 | 0.37 | 183.93 | 0.5 | 0.42 |
| Hex | 36 | 9A | A1 | 42 | 4 | 0 | 25 | B8 | 32 | 2A |
| Octal | 66 | 232 | 241 | 102 | 4 | 0 | 45 | 270 | 62 | 52 |
| Binary | 110110 | 10011010 | 10100001 | 1000010 | 100 | 0 | 100101 | 10111000 | 110010 | 101010 |
Color Harmonies of #369AA1
Complementary color
Monochromatic Colors of #369AA1
Black with #369AA1
Text Example
Text Example
White with #369AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369AA1; }
p { color: rgb(54,154,161); }
H1.HeaderClassName
{
color: #369AA1;
}
.AnyTagClassName
{
color: #369AA1;
}
</style>
background-color css
<style>
a { background-color: #369AA1; }
a { background-color: rgb(54,154,161); }
div.DivClassName
{
background-color: #369AA1;
}
.BgClassName
{
background-color: #369AA1;
}
</style>
border-color css
<style>
span { border-color: #369AA1; }
span { border-color: rgb(54,154,161); }
td.TdClassName
{
border-color: #369AA1;
}
.TagClassName
{
border-color: #369AA1;
}
</style>