Shades of Scooter #237E95
Tints of Scooter #237E95
RGB
CMYK
RGB Variations
Color information
#237E95 (or 0x237E95) is known color: Scooter. HEX triplet: 23, 7E and 95. RGB value is (35,126,149). Sum of RGB (Red+Green+Blue) = 35+126+149=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #237E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237E95 is #DC816A. Grayscale: #656565. Windows color (decimal): -14451051 or 9797155. OLE color: 9797155.
HSL color Cylindrical-coordinate representation of color #237E95: hue angle of 192.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237E95 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 126 | 149 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.42 |
| HSL | 192.11º | 0.62% | 0.36% | - |
| HSV(B) | 192.11º | 0.77% | 0.58% | - |
| XYZ | 13.58 | 17.45 | 31.09 | - |
| YUV | 101.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 149 | 0.77 | 0.15 | 0 | 0.42 | 192.11 | 0.62 | 0.36 |
| Hex | 23 | 7E | 95 | 4D | F | 0 | 2A | C0 | 3E | 24 |
| Octal | 43 | 176 | 225 | 115 | 17 | 0 | 52 | 300 | 76 | 44 |
| Binary | 100011 | 1111110 | 10010101 | 1001101 | 1111 | 0 | 101010 | 11000000 | 111110 | 100100 |
Color Harmonies of #237E95
Complementary color
Monochromatic Colors of #237E95
Black with #237E95
Text Example
Text Example
White with #237E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E95; }
p { color: rgb(35,126,149); }
H1.HeaderClassName
{
color: #237E95;
}
.AnyTagClassName
{
color: #237E95;
}
</style>
background-color css
<style>
a { background-color: #237E95; }
a { background-color: rgb(35,126,149); }
div.DivClassName
{
background-color: #237E95;
}
.BgClassName
{
background-color: #237E95;
}
</style>
border-color css
<style>
span { border-color: #237E95; }
span { border-color: rgb(35,126,149); }
td.TdClassName
{
border-color: #237E95;
}
.TagClassName
{
border-color: #237E95;
}
</style>