Shades of Scooter #36829B
Tints of Scooter #36829B
RGB
CMYK
RGB Variations
Color information
#36829B (or 0x36829B) is known color: Scooter. HEX triplet: 36, 82 and 9B. RGB value is (54,130,155). Sum of RGB (Red+Green+Blue) = 54+130+155=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #36829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36829B is #C97D64. Grayscale: #6D6D6D. Windows color (decimal): -13204837 or 10191414. OLE color: 10191414.
HSL color Cylindrical-coordinate representation of color #36829B: hue angle of 194.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36829B is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 130 | 155 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.39 |
| HSL | 194.85º | 0.48% | 0.41% | - |
| HSV(B) | 194.85º | 0.65% | 0.61% | - |
| XYZ | 15.42 | 19.12 | 33.89 | - |
| YUV | 110.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 155 | 0.65 | 0.16 | 0 | 0.39 | 194.85 | 0.48 | 0.41 |
| Hex | 36 | 82 | 9B | 41 | 10 | 0 | 27 | C3 | 30 | 29 |
| Octal | 66 | 202 | 233 | 101 | 20 | 0 | 47 | 303 | 60 | 51 |
| Binary | 110110 | 10000010 | 10011011 | 1000001 | 10000 | 0 | 100111 | 11000011 | 110000 | 101001 |
Color Harmonies of #36829B
Complementary color
Monochromatic Colors of #36829B
Black with #36829B
Text Example
Text Example
White with #36829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36829B; }
p { color: rgb(54,130,155); }
H1.HeaderClassName
{
color: #36829B;
}
.AnyTagClassName
{
color: #36829B;
}
</style>
background-color css
<style>
a { background-color: #36829B; }
a { background-color: rgb(54,130,155); }
div.DivClassName
{
background-color: #36829B;
}
.BgClassName
{
background-color: #36829B;
}
</style>
border-color css
<style>
span { border-color: #36829B; }
span { border-color: rgb(54,130,155); }
td.TdClassName
{
border-color: #36829B;
}
.TagClassName
{
border-color: #36829B;
}
</style>