Shades of Scooter #3897A8
Tints of Scooter #3897A8
RGB
CMYK
RGB Variations
Color information
#3897A8 (or 0x3897A8) is known color: Scooter. HEX triplet: 38, 97 and A8. RGB value is (56,151,168). Sum of RGB (Red+Green+Blue) = 56+151+168=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #3897A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3897A8 is #C76857. Grayscale: #7C7C7C. Windows color (decimal): -13068376 or 11048760. OLE color: 11048760.
HSL color Cylindrical-coordinate representation of color #3897A8: hue angle of 189.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3897A8 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 151 | 168 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.34 |
| HSL | 189.11º | 0.5% | 0.44% | - |
| HSV(B) | 189.11º | 0.67% | 0.66% | - |
| XYZ | 19.77 | 25.8 | 40.98 | - |
| YUV | 124.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 151 | 168 | 0.67 | 0.10 | 0 | 0.34 | 189.11 | 0.5 | 0.44 |
| Hex | 38 | 97 | A8 | 43 | A | 0 | 22 | BD | 32 | 2C |
| Octal | 70 | 227 | 250 | 103 | 12 | 0 | 42 | 275 | 62 | 54 |
| Binary | 111000 | 10010111 | 10101000 | 1000011 | 1010 | 0 | 100010 | 10111101 | 110010 | 101100 |
Color Harmonies of #3897A8
Complementary color
Monochromatic Colors of #3897A8
Black with #3897A8
Text Example
Text Example
White with #3897A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3897A8; }
p { color: rgb(56,151,168); }
H1.HeaderClassName
{
color: #3897A8;
}
.AnyTagClassName
{
color: #3897A8;
}
</style>
background-color css
<style>
a { background-color: #3897A8; }
a { background-color: rgb(56,151,168); }
div.DivClassName
{
background-color: #3897A8;
}
.BgClassName
{
background-color: #3897A8;
}
</style>
border-color css
<style>
span { border-color: #3897A8; }
span { border-color: rgb(56,151,168); }
td.TdClassName
{
border-color: #3897A8;
}
.TagClassName
{
border-color: #3897A8;
}
</style>