Shades of Scooter #38829A
Tints of Scooter #38829A
RGB
CMYK
RGB Variations
Color information
#38829A (or 0x38829A) is known color: Scooter. HEX triplet: 38, 82 and 9A. RGB value is (56,130,154). Sum of RGB (Red+Green+Blue) = 56+130+154=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #38829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38829A is #C77D65. Grayscale: #6E6E6E. Windows color (decimal): -13073766 or 10125880. OLE color: 10125880.
HSL color Cylindrical-coordinate representation of color #38829A: hue angle of 194.69º 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 #38829A is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 130 | 154 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.40 |
| HSL | 194.69º | 0.47% | 0.41% | - |
| HSV(B) | 194.69º | 0.64% | 0.6% | - |
| XYZ | 15.45 | 19.14 | 33.45 | - |
| YUV | 110.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 154 | 0.64 | 0.16 | 0 | 0.40 | 194.69 | 0.47 | 0.41 |
| Hex | 38 | 82 | 9A | 40 | 10 | 0 | 28 | C3 | 2F | 29 |
| Octal | 70 | 202 | 232 | 100 | 20 | 0 | 50 | 303 | 57 | 51 |
| Binary | 111000 | 10000010 | 10011010 | 1000000 | 10000 | 0 | 101000 | 11000011 | 101111 | 101001 |
Color Harmonies of #38829A
Complementary color
Monochromatic Colors of #38829A
Black with #38829A
Text Example
Text Example
White with #38829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38829A; }
p { color: rgb(56,130,154); }
H1.HeaderClassName
{
color: #38829A;
}
.AnyTagClassName
{
color: #38829A;
}
</style>
background-color css
<style>
a { background-color: #38829A; }
a { background-color: rgb(56,130,154); }
div.DivClassName
{
background-color: #38829A;
}
.BgClassName
{
background-color: #38829A;
}
</style>
border-color css
<style>
span { border-color: #38829A; }
span { border-color: rgb(56,130,154); }
td.TdClassName
{
border-color: #38829A;
}
.TagClassName
{
border-color: #38829A;
}
</style>