Shades of Scooter #38879A
Tints of Scooter #38879A
RGB
CMYK
RGB Variations
Color information
#38879A (or 0x38879A) is known color: Scooter. HEX triplet: 38, 87 and 9A. RGB value is (56,135,154). Sum of RGB (Red+Green+Blue) = 56+135+154=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #38879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38879A is #C77865. Grayscale: #717171. Windows color (decimal): -13072486 or 10127160. OLE color: 10127160.
HSL color Cylindrical-coordinate representation of color #38879A: hue angle of 191.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38879A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 135 | 154 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.40 |
| HSL | 191.63º | 0.47% | 0.41% | - |
| HSV(B) | 191.63º | 0.64% | 0.6% | - |
| XYZ | 16.13 | 20.5 | 33.68 | - |
| YUV | 113.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 154 | 0.64 | 0.12 | 0 | 0.40 | 191.63 | 0.47 | 0.41 |
| Hex | 38 | 87 | 9A | 40 | C | 0 | 28 | C0 | 2F | 29 |
| Octal | 70 | 207 | 232 | 100 | 14 | 0 | 50 | 300 | 57 | 51 |
| Binary | 111000 | 10000111 | 10011010 | 1000000 | 1100 | 0 | 101000 | 11000000 | 101111 | 101001 |
Color Harmonies of #38879A
Complementary color
Monochromatic Colors of #38879A
Black with #38879A
Text Example
Text Example
White with #38879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38879A; }
p { color: rgb(56,135,154); }
H1.HeaderClassName
{
color: #38879A;
}
.AnyTagClassName
{
color: #38879A;
}
</style>
background-color css
<style>
a { background-color: #38879A; }
a { background-color: rgb(56,135,154); }
div.DivClassName
{
background-color: #38879A;
}
.BgClassName
{
background-color: #38879A;
}
</style>
border-color css
<style>
span { border-color: #38879A; }
span { border-color: rgb(56,135,154); }
td.TdClassName
{
border-color: #38879A;
}
.TagClassName
{
border-color: #38879A;
}
</style>