Shades of Scooter #238193
Tints of Scooter #238193
RGB
CMYK
RGB Variations
Color information
#238193 (or 0x238193) is known color: Scooter. HEX triplet: 23, 81 and 93. RGB value is (35,129,147). Sum of RGB (Red+Green+Blue) = 35+129+147=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #238193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238193 is #DC7E6C. Grayscale: #666666. Windows color (decimal): -14450285 or 9666851. OLE color: 9666851.
HSL color Cylindrical-coordinate representation of color #238193: hue angle of 189.64º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238193 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 129 | 147 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.42 |
| HSL | 189.64º | 0.62% | 0.36% | - |
| HSV(B) | 189.64º | 0.76% | 0.58% | - |
| XYZ | 13.81 | 18.16 | 30.38 | - |
| YUV | 102.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 147 | 0.76 | 0.12 | 0 | 0.42 | 189.64 | 0.62 | 0.36 |
| Hex | 23 | 81 | 93 | 4C | C | 0 | 2A | BE | 3E | 24 |
| Octal | 43 | 201 | 223 | 114 | 14 | 0 | 52 | 276 | 76 | 44 |
| Binary | 100011 | 10000001 | 10010011 | 1001100 | 1100 | 0 | 101010 | 10111110 | 111110 | 100100 |
Color Harmonies of #238193
Complementary color
Monochromatic Colors of #238193
Black with #238193
Text Example
Text Example
White with #238193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238193; }
p { color: rgb(35,129,147); }
H1.HeaderClassName
{
color: #238193;
}
.AnyTagClassName
{
color: #238193;
}
</style>
background-color css
<style>
a { background-color: #238193; }
a { background-color: rgb(35,129,147); }
div.DivClassName
{
background-color: #238193;
}
.BgClassName
{
background-color: #238193;
}
</style>
border-color css
<style>
span { border-color: #238193; }
span { border-color: rgb(35,129,147); }
td.TdClassName
{
border-color: #238193;
}
.TagClassName
{
border-color: #238193;
}
</style>