Shades of Scooter #238BA7
Tints of Scooter #238BA7
RGB
CMYK
RGB Variations
Color information
#238BA7 (or 0x238BA7) is known color: Scooter. HEX triplet: 23, 8B and A7. RGB value is (35,139,167). Sum of RGB (Red+Green+Blue) = 35+139+167=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #238BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BA7 is #DC7458. Grayscale: #6E6E6E. Windows color (decimal): -14447705 or 10980131. OLE color: 10980131.
HSL color Cylindrical-coordinate representation of color #238BA7: hue angle of 192.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238BA7 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 139 | 167 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.35 |
| HSL | 192.73º | 0.65% | 0.4% | - |
| HSV(B) | 192.73º | 0.79% | 0.65% | - |
| XYZ | 16.9 | 21.61 | 39.84 | - |
| YUV | 111.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 167 | 0.79 | 0.17 | 0 | 0.35 | 192.73 | 0.65 | 0.4 |
| Hex | 23 | 8B | A7 | 4F | 11 | 0 | 23 | C1 | 41 | 28 |
| Octal | 43 | 213 | 247 | 117 | 21 | 0 | 43 | 301 | 101 | 50 |
| Binary | 100011 | 10001011 | 10100111 | 1001111 | 10001 | 0 | 100011 | 11000001 | 1000001 | 101000 |
Color Harmonies of #238BA7
Complementary color
Monochromatic Colors of #238BA7
Black with #238BA7
Text Example
Text Example
White with #238BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BA7; }
p { color: rgb(35,139,167); }
H1.HeaderClassName
{
color: #238BA7;
}
.AnyTagClassName
{
color: #238BA7;
}
</style>
background-color css
<style>
a { background-color: #238BA7; }
a { background-color: rgb(35,139,167); }
div.DivClassName
{
background-color: #238BA7;
}
.BgClassName
{
background-color: #238BA7;
}
</style>
border-color css
<style>
span { border-color: #238BA7; }
span { border-color: rgb(35,139,167); }
td.TdClassName
{
border-color: #238BA7;
}
.TagClassName
{
border-color: #238BA7;
}
</style>