Shades of Scooter #3794AB
Tints of Scooter #3794AB
RGB
CMYK
RGB Variations
Color information
#3794AB (or 0x3794AB) is known color: Scooter. HEX triplet: 37, 94 and AB. RGB value is (55,148,171). Sum of RGB (Red+Green+Blue) = 55+148+171=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #3794AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3794AB is #C86B54. Grayscale: #7A7A7A. Windows color (decimal): -13134677 or 11244599. OLE color: 11244599.
HSL color Cylindrical-coordinate representation of color #3794AB: hue angle of 191.9º degrees, saturation: 0.51, 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 #3794AB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 148 | 171 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.33 |
| HSL | 191.9º | 0.51% | 0.44% | - |
| HSV(B) | 191.9º | 0.68% | 0.67% | - |
| XYZ | 19.52 | 24.93 | 42.31 | - |
| YUV | 122.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 171 | 0.68 | 0.13 | 0 | 0.33 | 191.9 | 0.51 | 0.44 |
| Hex | 37 | 94 | AB | 44 | D | 0 | 21 | C0 | 33 | 2C |
| Octal | 67 | 224 | 253 | 104 | 15 | 0 | 41 | 300 | 63 | 54 |
| Binary | 110111 | 10010100 | 10101011 | 1000100 | 1101 | 0 | 100001 | 11000000 | 110011 | 101100 |
Color Harmonies of #3794AB
Complementary color
Monochromatic Colors of #3794AB
Black with #3794AB
Text Example
Text Example
White with #3794AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3794AB; }
p { color: rgb(55,148,171); }
H1.HeaderClassName
{
color: #3794AB;
}
.AnyTagClassName
{
color: #3794AB;
}
</style>
background-color css
<style>
a { background-color: #3794AB; }
a { background-color: rgb(55,148,171); }
div.DivClassName
{
background-color: #3794AB;
}
.BgClassName
{
background-color: #3794AB;
}
</style>
border-color css
<style>
span { border-color: #3794AB; }
span { border-color: rgb(55,148,171); }
td.TdClassName
{
border-color: #3794AB;
}
.TagClassName
{
border-color: #3794AB;
}
</style>