Shades of Scooter #369EAA
Tints of Scooter #369EAA
RGB
CMYK
RGB Variations
Color information
#369EAA (or 0x369EAA) is known color: Scooter. HEX triplet: 36, 9E and AA. RGB value is (54,158,170). Sum of RGB (Red+Green+Blue) = 54+158+170=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #369EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369EAA is #C96155. Grayscale: #808080. Windows color (decimal): -13197654 or 11181622. OLE color: 11181622.
HSL color Cylindrical-coordinate representation of color #369EAA: hue angle of 186.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369EAA is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 158 | 170 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.33 |
| HSL | 186.21º | 0.52% | 0.44% | - |
| HSV(B) | 186.21º | 0.68% | 0.67% | - |
| XYZ | 21 | 28.14 | 42.35 | - |
| YUV | 128.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 170 | 0.68 | 0.07 | 0 | 0.33 | 186.21 | 0.52 | 0.44 |
| Hex | 36 | 9E | AA | 44 | 7 | 0 | 21 | BA | 34 | 2C |
| Octal | 66 | 236 | 252 | 104 | 7 | 0 | 41 | 272 | 64 | 54 |
| Binary | 110110 | 10011110 | 10101010 | 1000100 | 111 | 0 | 100001 | 10111010 | 110100 | 101100 |
Color Harmonies of #369EAA
Complementary color
Monochromatic Colors of #369EAA
Black with #369EAA
Text Example
Text Example
White with #369EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369EAA; }
p { color: rgb(54,158,170); }
H1.HeaderClassName
{
color: #369EAA;
}
.AnyTagClassName
{
color: #369EAA;
}
</style>
background-color css
<style>
a { background-color: #369EAA; }
a { background-color: rgb(54,158,170); }
div.DivClassName
{
background-color: #369EAA;
}
.BgClassName
{
background-color: #369EAA;
}
</style>
border-color css
<style>
span { border-color: #369EAA; }
span { border-color: rgb(54,158,170); }
td.TdClassName
{
border-color: #369EAA;
}
.TagClassName
{
border-color: #369EAA;
}
</style>