Shades of Scooter #3B95A5
Tints of Scooter #3B95A5
RGB
CMYK
RGB Variations
Color information
#3B95A5 (or 0x3B95A5) is known color: Scooter. HEX triplet: 3B, 95 and A5. RGB value is (59,149,165). Sum of RGB (Red+Green+Blue) = 59+149+165=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B95A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B95A5 is #C46A5A. Grayscale: #7B7B7B. Windows color (decimal): -12872283 or 10851643. OLE color: 10851643.
HSL color Cylindrical-coordinate representation of color #3B95A5: hue angle of 189.06º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B95A5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 149 | 165 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.35 |
| HSL | 189.06º | 0.47% | 0.44% | - |
| HSV(B) | 189.06º | 0.64% | 0.65% | - |
| XYZ | 19.34 | 25.14 | 39.43 | - |
| YUV | 123.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 165 | 0.64 | 0.10 | 0 | 0.35 | 189.06 | 0.47 | 0.44 |
| Hex | 3B | 95 | A5 | 40 | A | 0 | 23 | BD | 2F | 2C |
| Octal | 73 | 225 | 245 | 100 | 12 | 0 | 43 | 275 | 57 | 54 |
| Binary | 111011 | 10010101 | 10100101 | 1000000 | 1010 | 0 | 100011 | 10111101 | 101111 | 101100 |
Color Harmonies of #3B95A5
Complementary color
Monochromatic Colors of #3B95A5
Black with #3B95A5
Text Example
Text Example
White with #3B95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B95A5; }
p { color: rgb(59,149,165); }
H1.HeaderClassName
{
color: #3B95A5;
}
.AnyTagClassName
{
color: #3B95A5;
}
</style>
background-color css
<style>
a { background-color: #3B95A5; }
a { background-color: rgb(59,149,165); }
div.DivClassName
{
background-color: #3B95A5;
}
.BgClassName
{
background-color: #3B95A5;
}
</style>
border-color css
<style>
span { border-color: #3B95A5; }
span { border-color: rgb(59,149,165); }
td.TdClassName
{
border-color: #3B95A5;
}
.TagClassName
{
border-color: #3B95A5;
}
</style>