Shades of Scooter #3798A5
Tints of Scooter #3798A5
RGB
CMYK
RGB Variations
Color information
#3798A5 (or 0x3798A5) is known color: Scooter. HEX triplet: 37, 98 and A5. RGB value is (55,152,165). Sum of RGB (Red+Green+Blue) = 55+152+165=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #3798A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3798A5 is #C8675A. Grayscale: #7C7C7C. Windows color (decimal): -13133659 or 10852407. OLE color: 10852407.
HSL color Cylindrical-coordinate representation of color #3798A5: hue angle of 187.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3798A5 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 152 | 165 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.35 |
| HSL | 187.09º | 0.5% | 0.43% | - |
| HSV(B) | 187.09º | 0.67% | 0.65% | - |
| XYZ | 19.6 | 25.99 | 39.58 | - |
| YUV | 124.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 165 | 0.67 | 0.08 | 0 | 0.35 | 187.09 | 0.5 | 0.43 |
| Hex | 37 | 98 | A5 | 43 | 8 | 0 | 23 | BB | 32 | 2B |
| Octal | 67 | 230 | 245 | 103 | 10 | 0 | 43 | 273 | 62 | 53 |
| Binary | 110111 | 10011000 | 10100101 | 1000011 | 1000 | 0 | 100011 | 10111011 | 110010 | 101011 |
Color Harmonies of #3798A5
Complementary color
Monochromatic Colors of #3798A5
Black with #3798A5
Text Example
Text Example
White with #3798A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3798A5; }
p { color: rgb(55,152,165); }
H1.HeaderClassName
{
color: #3798A5;
}
.AnyTagClassName
{
color: #3798A5;
}
</style>
background-color css
<style>
a { background-color: #3798A5; }
a { background-color: rgb(55,152,165); }
div.DivClassName
{
background-color: #3798A5;
}
.BgClassName
{
background-color: #3798A5;
}
</style>
border-color css
<style>
span { border-color: #3798A5; }
span { border-color: rgb(55,152,165); }
td.TdClassName
{
border-color: #3798A5;
}
.TagClassName
{
border-color: #3798A5;
}
</style>