Shades of Scooter #38919C
Tints of Scooter #38919C
RGB
CMYK
RGB Variations
Color information
#38919C (or 0x38919C) is known color: Scooter. HEX triplet: 38, 91 and 9C. RGB value is (56,145,156). Sum of RGB (Red+Green+Blue) = 56+145+156=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #38919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38919C is #C76E63. Grayscale: #777777. Windows color (decimal): -13069924 or 10260792. OLE color: 10260792.
HSL color Cylindrical-coordinate representation of color #38919C: hue angle of 186.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38919C is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 145 | 156 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.39 |
| HSL | 186.6º | 0.47% | 0.42% | - |
| HSV(B) | 186.6º | 0.64% | 0.61% | - |
| XYZ | 17.76 | 23.49 | 35.05 | - |
| YUV | 119.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 156 | 0.64 | 0.07 | 0 | 0.39 | 186.6 | 0.47 | 0.42 |
| Hex | 38 | 91 | 9C | 40 | 7 | 0 | 27 | BB | 2F | 2A |
| Octal | 70 | 221 | 234 | 100 | 7 | 0 | 47 | 273 | 57 | 52 |
| Binary | 111000 | 10010001 | 10011100 | 1000000 | 111 | 0 | 100111 | 10111011 | 101111 | 101010 |
Color Harmonies of #38919C
Complementary color
Monochromatic Colors of #38919C
Black with #38919C
Text Example
Text Example
White with #38919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38919C; }
p { color: rgb(56,145,156); }
H1.HeaderClassName
{
color: #38919C;
}
.AnyTagClassName
{
color: #38919C;
}
</style>
background-color css
<style>
a { background-color: #38919C; }
a { background-color: rgb(56,145,156); }
div.DivClassName
{
background-color: #38919C;
}
.BgClassName
{
background-color: #38919C;
}
</style>
border-color css
<style>
span { border-color: #38919C; }
span { border-color: rgb(56,145,156); }
td.TdClassName
{
border-color: #38919C;
}
.TagClassName
{
border-color: #38919C;
}
</style>