Shades of Scooter #237F9B
Tints of Scooter #237F9B
RGB
CMYK
RGB Variations
Color information
#237F9B (or 0x237F9B) is known color: Scooter. HEX triplet: 23, 7F and 9B. RGB value is (35,127,155). Sum of RGB (Red+Green+Blue) = 35+127+155=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #237F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237F9B is #DC8064. Grayscale: #666666. Windows color (decimal): -14450789 or 10190627. OLE color: 10190627.
HSL color Cylindrical-coordinate representation of color #237F9B: hue angle of 194º 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 #237F9B is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 127 | 155 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.39 |
| HSL | 194º | 0.63% | 0.37% | - |
| HSV(B) | 194º | 0.77% | 0.61% | - |
| XYZ | 14.2 | 17.9 | 33.72 | - |
| YUV | 102.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 155 | 0.77 | 0.18 | 0 | 0.39 | 194 | 0.63 | 0.37 |
| Hex | 23 | 7F | 9B | 4D | 12 | 0 | 27 | C2 | 3F | 25 |
| Octal | 43 | 177 | 233 | 115 | 22 | 0 | 47 | 302 | 77 | 45 |
| Binary | 100011 | 1111111 | 10011011 | 1001101 | 10010 | 0 | 100111 | 11000010 | 111111 | 100101 |
Color Harmonies of #237F9B
Complementary color
Monochromatic Colors of #237F9B
Black with #237F9B
Text Example
Text Example
White with #237F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237F9B; }
p { color: rgb(35,127,155); }
H1.HeaderClassName
{
color: #237F9B;
}
.AnyTagClassName
{
color: #237F9B;
}
</style>
background-color css
<style>
a { background-color: #237F9B; }
a { background-color: rgb(35,127,155); }
div.DivClassName
{
background-color: #237F9B;
}
.BgClassName
{
background-color: #237F9B;
}
</style>
border-color css
<style>
span { border-color: #237F9B; }
span { border-color: rgb(35,127,155); }
td.TdClassName
{
border-color: #237F9B;
}
.TagClassName
{
border-color: #237F9B;
}
</style>