Shades of Scooter #3A94A4
Tints of Scooter #3A94A4
RGB
CMYK
RGB Variations
Color information
#3A94A4 (or 0x3A94A4) is known color: Scooter. HEX triplet: 3A, 94 and A4. RGB value is (58,148,164). Sum of RGB (Red+Green+Blue) = 58+148+164=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A94A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A94A4 is #C56B5B. Grayscale: #7A7A7A. Windows color (decimal): -12938076 or 10785850. OLE color: 10785850.
HSL color Cylindrical-coordinate representation of color #3A94A4: hue angle of 189.06º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A94A4 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 148 | 164 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.36 |
| HSL | 189.06º | 0.48% | 0.44% | - |
| HSV(B) | 189.06º | 0.65% | 0.64% | - |
| XYZ | 19.04 | 24.76 | 38.9 | - |
| YUV | 122.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 164 | 0.65 | 0.10 | 0 | 0.36 | 189.06 | 0.48 | 0.44 |
| Hex | 3A | 94 | A4 | 41 | A | 0 | 24 | BD | 30 | 2C |
| Octal | 72 | 224 | 244 | 101 | 12 | 0 | 44 | 275 | 60 | 54 |
| Binary | 111010 | 10010100 | 10100100 | 1000001 | 1010 | 0 | 100100 | 10111101 | 110000 | 101100 |
Color Harmonies of #3A94A4
Complementary color
Monochromatic Colors of #3A94A4
Black with #3A94A4
Text Example
Text Example
White with #3A94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A94A4; }
p { color: rgb(58,148,164); }
H1.HeaderClassName
{
color: #3A94A4;
}
.AnyTagClassName
{
color: #3A94A4;
}
</style>
background-color css
<style>
a { background-color: #3A94A4; }
a { background-color: rgb(58,148,164); }
div.DivClassName
{
background-color: #3A94A4;
}
.BgClassName
{
background-color: #3A94A4;
}
</style>
border-color css
<style>
span { border-color: #3A94A4; }
span { border-color: rgb(58,148,164); }
td.TdClassName
{
border-color: #3A94A4;
}
.TagClassName
{
border-color: #3A94A4;
}
</style>