Shades of Scooter #369CA7
Tints of Scooter #369CA7
RGB
CMYK
RGB Variations
Color information
#369CA7 (or 0x369CA7) is known color: Scooter. HEX triplet: 36, 9C and A7. RGB value is (54,156,167). Sum of RGB (Red+Green+Blue) = 54+156+167=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #369CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369CA7 is #C96358. Grayscale: #7E7E7E. Windows color (decimal): -13198169 or 10984502. OLE color: 10984502.
HSL color Cylindrical-coordinate representation of color #369CA7: hue angle of 185.84º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369CA7 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 156 | 167 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.35 |
| HSL | 185.84º | 0.51% | 0.43% | - |
| HSV(B) | 185.84º | 0.68% | 0.65% | - |
| XYZ | 20.38 | 27.35 | 40.76 | - |
| YUV | 126.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 167 | 0.68 | 0.07 | 0 | 0.35 | 185.84 | 0.51 | 0.43 |
| Hex | 36 | 9C | A7 | 44 | 7 | 0 | 23 | BA | 33 | 2B |
| Octal | 66 | 234 | 247 | 104 | 7 | 0 | 43 | 272 | 63 | 53 |
| Binary | 110110 | 10011100 | 10100111 | 1000100 | 111 | 0 | 100011 | 10111010 | 110011 | 101011 |
Color Harmonies of #369CA7
Complementary color
Monochromatic Colors of #369CA7
Black with #369CA7
Text Example
Text Example
White with #369CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369CA7; }
p { color: rgb(54,156,167); }
H1.HeaderClassName
{
color: #369CA7;
}
.AnyTagClassName
{
color: #369CA7;
}
</style>
background-color css
<style>
a { background-color: #369CA7; }
a { background-color: rgb(54,156,167); }
div.DivClassName
{
background-color: #369CA7;
}
.BgClassName
{
background-color: #369CA7;
}
</style>
border-color css
<style>
span { border-color: #369CA7; }
span { border-color: rgb(54,156,167); }
td.TdClassName
{
border-color: #369CA7;
}
.TagClassName
{
border-color: #369CA7;
}
</style>