Shades of Scooter #238BA1
Tints of Scooter #238BA1
RGB
CMYK
RGB Variations
Color information
#238BA1 (or 0x238BA1) is known color: Scooter. HEX triplet: 23, 8B and A1. RGB value is (35,139,161). Sum of RGB (Red+Green+Blue) = 35+139+161=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #238BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238BA1 is #DC745E. Grayscale: #6E6E6E. Windows color (decimal): -14447711 or 10586915. OLE color: 10586915.
HSL color Cylindrical-coordinate representation of color #238BA1: hue angle of 190.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #238BA1 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 139 | 161 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.37 |
| HSL | 190.48º | 0.64% | 0.38% | - |
| HSV(B) | 190.48º | 0.78% | 0.63% | - |
| XYZ | 16.36 | 21.4 | 36.99 | - |
| YUV | 110.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 161 | 0.78 | 0.14 | 0 | 0.37 | 190.48 | 0.64 | 0.38 |
| Hex | 23 | 8B | A1 | 4E | E | 0 | 25 | BE | 40 | 26 |
| Octal | 43 | 213 | 241 | 116 | 16 | 0 | 45 | 276 | 100 | 46 |
| Binary | 100011 | 10001011 | 10100001 | 1001110 | 1110 | 0 | 100101 | 10111110 | 1000000 | 100110 |
Color Harmonies of #238BA1
Complementary color
Monochromatic Colors of #238BA1
Black with #238BA1
Text Example
Text Example
White with #238BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BA1; }
p { color: rgb(35,139,161); }
H1.HeaderClassName
{
color: #238BA1;
}
.AnyTagClassName
{
color: #238BA1;
}
</style>
background-color css
<style>
a { background-color: #238BA1; }
a { background-color: rgb(35,139,161); }
div.DivClassName
{
background-color: #238BA1;
}
.BgClassName
{
background-color: #238BA1;
}
</style>
border-color css
<style>
span { border-color: #238BA1; }
span { border-color: rgb(35,139,161); }
td.TdClassName
{
border-color: #238BA1;
}
.TagClassName
{
border-color: #238BA1;
}
</style>