Shades of Scooter #369CAA
Tints of Scooter #369CAA
RGB
CMYK
RGB Variations
Color information
#369CAA (or 0x369CAA) is known color: Scooter. HEX triplet: 36, 9C and AA. RGB value is (54,156,170). Sum of RGB (Red+Green+Blue) = 54+156+170=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #369CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369CAA is #C96355. Grayscale: #7E7E7E. Windows color (decimal): -13198166 or 11181110. OLE color: 11181110.
HSL color Cylindrical-coordinate representation of color #369CAA: hue angle of 187.24º 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 #369CAA is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 156 | 170 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.33 |
| HSL | 187.24º | 0.52% | 0.44% | - |
| HSV(B) | 187.24º | 0.68% | 0.67% | - |
| XYZ | 20.67 | 27.46 | 42.24 | - |
| YUV | 127.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 170 | 0.68 | 0.08 | 0 | 0.33 | 187.24 | 0.52 | 0.44 |
| Hex | 36 | 9C | AA | 44 | 8 | 0 | 21 | BB | 34 | 2C |
| Octal | 66 | 234 | 252 | 104 | 10 | 0 | 41 | 273 | 64 | 54 |
| Binary | 110110 | 10011100 | 10101010 | 1000100 | 1000 | 0 | 100001 | 10111011 | 110100 | 101100 |
Color Harmonies of #369CAA
Complementary color
Monochromatic Colors of #369CAA
Black with #369CAA
Text Example
Text Example
White with #369CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CAA; }
p { color: rgb(54,156,170); }
H1.HeaderClassName
{
color: #369CAA;
}
.AnyTagClassName
{
color: #369CAA;
}
</style>
background-color css
<style>
a { background-color: #369CAA; }
a { background-color: rgb(54,156,170); }
div.DivClassName
{
background-color: #369CAA;
}
.BgClassName
{
background-color: #369CAA;
}
</style>
border-color css
<style>
span { border-color: #369CAA; }
span { border-color: rgb(54,156,170); }
td.TdClassName
{
border-color: #369CAA;
}
.TagClassName
{
border-color: #369CAA;
}
</style>