Shades of Scooter #237FA8
Tints of Scooter #237FA8
RGB
CMYK
RGB Variations
Color information
#237FA8 (or 0x237FA8) is known color: Scooter. HEX triplet: 23, 7F and A8. RGB value is (35,127,168). Sum of RGB (Red+Green+Blue) = 35+127+168=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #237FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FA8 is #DC8057. Grayscale: #676767. Windows color (decimal): -14450776 or 11042595. OLE color: 11042595.
HSL color Cylindrical-coordinate representation of color #237FA8: hue angle of 198.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #237FA8 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 127 | 168 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.34 |
| HSL | 198.5º | 0.66% | 0.4% | - |
| HSV(B) | 198.5º | 0.79% | 0.66% | - |
| XYZ | 15.35 | 18.36 | 39.78 | - |
| YUV | 104.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 168 | 0.79 | 0.24 | 0 | 0.34 | 198.5 | 0.66 | 0.4 |
| Hex | 23 | 7F | A8 | 4F | 18 | 0 | 22 | C6 | 42 | 28 |
| Octal | 43 | 177 | 250 | 117 | 30 | 0 | 42 | 306 | 102 | 50 |
| Binary | 100011 | 1111111 | 10101000 | 1001111 | 11000 | 0 | 100010 | 11000110 | 1000010 | 101000 |
Color Harmonies of #237FA8
Complementary color
Monochromatic Colors of #237FA8
Black with #237FA8
Text Example
Text Example
White with #237FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FA8; }
p { color: rgb(35,127,168); }
H1.HeaderClassName
{
color: #237FA8;
}
.AnyTagClassName
{
color: #237FA8;
}
</style>
background-color css
<style>
a { background-color: #237FA8; }
a { background-color: rgb(35,127,168); }
div.DivClassName
{
background-color: #237FA8;
}
.BgClassName
{
background-color: #237FA8;
}
</style>
border-color css
<style>
span { border-color: #237FA8; }
span { border-color: rgb(35,127,168); }
td.TdClassName
{
border-color: #237FA8;
}
.TagClassName
{
border-color: #237FA8;
}
</style>