Shades of Scooter #238A9B
Tints of Scooter #238A9B
RGB
CMYK
RGB Variations
Color information
#238A9B (or 0x238A9B) is known color: Scooter. HEX triplet: 23, 8A and 9B. RGB value is (35,138,155). Sum of RGB (Red+Green+Blue) = 35+138+155=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #238A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A9B is #DC7564. Grayscale: #6C6C6C. Windows color (decimal): -14447973 or 10193443. OLE color: 10193443.
HSL color Cylindrical-coordinate representation of color #238A9B: hue angle of 188.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238A9B is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 138 | 155 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.39 |
| HSL | 188.5º | 0.63% | 0.37% | - |
| HSV(B) | 188.5º | 0.77% | 0.61% | - |
| XYZ | 15.7 | 20.9 | 34.22 | - |
| YUV | 109.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 155 | 0.77 | 0.11 | 0 | 0.39 | 188.5 | 0.63 | 0.37 |
| Hex | 23 | 8A | 9B | 4D | B | 0 | 27 | BC | 3F | 25 |
| Octal | 43 | 212 | 233 | 115 | 13 | 0 | 47 | 274 | 77 | 45 |
| Binary | 100011 | 10001010 | 10011011 | 1001101 | 1011 | 0 | 100111 | 10111100 | 111111 | 100101 |
Color Harmonies of #238A9B
Complementary color
Monochromatic Colors of #238A9B
Black with #238A9B
Text Example
Text Example
White with #238A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A9B; }
p { color: rgb(35,138,155); }
H1.HeaderClassName
{
color: #238A9B;
}
.AnyTagClassName
{
color: #238A9B;
}
</style>
background-color css
<style>
a { background-color: #238A9B; }
a { background-color: rgb(35,138,155); }
div.DivClassName
{
background-color: #238A9B;
}
.BgClassName
{
background-color: #238A9B;
}
</style>
border-color css
<style>
span { border-color: #238A9B; }
span { border-color: rgb(35,138,155); }
td.TdClassName
{
border-color: #238A9B;
}
.TagClassName
{
border-color: #238A9B;
}
</style>