Shades of Scooter #3799A4
Tints of Scooter #3799A4
RGB
CMYK
RGB Variations
Color information
#3799A4 (or 0x3799A4) is known color: Scooter. HEX triplet: 37, 99 and A4. RGB value is (55,153,164). Sum of RGB (Red+Green+Blue) = 55+153+164=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #3799A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3799A4 is #C8665B. Grayscale: #7C7C7C. Windows color (decimal): -13133404 or 10787127. OLE color: 10787127.
HSL color Cylindrical-coordinate representation of color #3799A4: hue angle of 186.06º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3799A4 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 153 | 164 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.36 |
| HSL | 186.06º | 0.5% | 0.43% | - |
| HSV(B) | 186.06º | 0.66% | 0.64% | - |
| XYZ | 19.67 | 26.28 | 39.16 | - |
| YUV | 124.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 164 | 0.66 | 0.07 | 0 | 0.36 | 186.06 | 0.5 | 0.43 |
| Hex | 37 | 99 | A4 | 42 | 7 | 0 | 24 | BA | 32 | 2B |
| Octal | 67 | 231 | 244 | 102 | 7 | 0 | 44 | 272 | 62 | 53 |
| Binary | 110111 | 10011001 | 10100100 | 1000010 | 111 | 0 | 100100 | 10111010 | 110010 | 101011 |
Color Harmonies of #3799A4
Complementary color
Monochromatic Colors of #3799A4
Black with #3799A4
Text Example
Text Example
White with #3799A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799A4; }
p { color: rgb(55,153,164); }
H1.HeaderClassName
{
color: #3799A4;
}
.AnyTagClassName
{
color: #3799A4;
}
</style>
background-color css
<style>
a { background-color: #3799A4; }
a { background-color: rgb(55,153,164); }
div.DivClassName
{
background-color: #3799A4;
}
.BgClassName
{
background-color: #3799A4;
}
</style>
border-color css
<style>
span { border-color: #3799A4; }
span { border-color: rgb(55,153,164); }
td.TdClassName
{
border-color: #3799A4;
}
.TagClassName
{
border-color: #3799A4;
}
</style>