Shades of Scooter #388593
Tints of Scooter #388593
RGB
CMYK
RGB Variations
Color information
#388593 (or 0x388593) is known color: Scooter. HEX triplet: 38, 85 and 93. RGB value is (56,133,147). Sum of RGB (Red+Green+Blue) = 56+133+147=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #388593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388593 is #C77A6C. Grayscale: #6F6F6F. Windows color (decimal): -13073005 or 9667896. OLE color: 9667896.
HSL color Cylindrical-coordinate representation of color #388593: hue angle of 189.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388593 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 133 | 147 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.42 |
| HSL | 189.23º | 0.45% | 0.4% | - |
| HSV(B) | 189.23º | 0.62% | 0.58% | - |
| XYZ | 15.28 | 19.72 | 30.6 | - |
| YUV | 111.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 147 | 0.62 | 0.10 | 0 | 0.42 | 189.23 | 0.45 | 0.4 |
| Hex | 38 | 85 | 93 | 3E | A | 0 | 2A | BD | 2D | 28 |
| Octal | 70 | 205 | 223 | 76 | 12 | 0 | 52 | 275 | 55 | 50 |
| Binary | 111000 | 10000101 | 10010011 | 111110 | 1010 | 0 | 101010 | 10111101 | 101101 | 101000 |
Color Harmonies of #388593
Complementary color
Monochromatic Colors of #388593
Black with #388593
Text Example
Text Example
White with #388593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388593; }
p { color: rgb(56,133,147); }
H1.HeaderClassName
{
color: #388593;
}
.AnyTagClassName
{
color: #388593;
}
</style>
background-color css
<style>
a { background-color: #388593; }
a { background-color: rgb(56,133,147); }
div.DivClassName
{
background-color: #388593;
}
.BgClassName
{
background-color: #388593;
}
</style>
border-color css
<style>
span { border-color: #388593; }
span { border-color: rgb(56,133,147); }
td.TdClassName
{
border-color: #388593;
}
.TagClassName
{
border-color: #388593;
}
</style>