Shades of Scooter #3A95A4
Tints of Scooter #3A95A4
RGB
CMYK
RGB Variations
Color information
#3A95A4 (or 0x3A95A4) is known color: Scooter. HEX triplet: 3A, 95 and A4. RGB value is (58,149,164). Sum of RGB (Red+Green+Blue) = 58+149+164=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A95A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A95A4 is #C56A5B. Grayscale: #7B7B7B. Windows color (decimal): -12937820 or 10786106. OLE color: 10786106.
HSL color Cylindrical-coordinate representation of color #3A95A4: hue angle of 188.49º 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 #3A95A4 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 149 | 164 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.36 |
| HSL | 188.49º | 0.48% | 0.44% | - |
| HSV(B) | 188.49º | 0.65% | 0.64% | - |
| XYZ | 19.19 | 25.07 | 38.95 | - |
| YUV | 123.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 164 | 0.65 | 0.09 | 0 | 0.36 | 188.49 | 0.48 | 0.44 |
| Hex | 3A | 95 | A4 | 41 | 9 | 0 | 24 | BC | 30 | 2C |
| Octal | 72 | 225 | 244 | 101 | 11 | 0 | 44 | 274 | 60 | 54 |
| Binary | 111010 | 10010101 | 10100100 | 1000001 | 1001 | 0 | 100100 | 10111100 | 110000 | 101100 |
Color Harmonies of #3A95A4
Complementary color
Monochromatic Colors of #3A95A4
Black with #3A95A4
Text Example
Text Example
White with #3A95A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A95A4; }
p { color: rgb(58,149,164); }
H1.HeaderClassName
{
color: #3A95A4;
}
.AnyTagClassName
{
color: #3A95A4;
}
</style>
background-color css
<style>
a { background-color: #3A95A4; }
a { background-color: rgb(58,149,164); }
div.DivClassName
{
background-color: #3A95A4;
}
.BgClassName
{
background-color: #3A95A4;
}
</style>
border-color css
<style>
span { border-color: #3A95A4; }
span { border-color: rgb(58,149,164); }
td.TdClassName
{
border-color: #3A95A4;
}
.TagClassName
{
border-color: #3A95A4;
}
</style>