Shades of Scooter #238799
Tints of Scooter #238799
RGB
CMYK
RGB Variations
Color information
#238799 (or 0x238799) is known color: Scooter. HEX triplet: 23, 87 and 99. RGB value is (35,135,153). Sum of RGB (Red+Green+Blue) = 35+135+153=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #238799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238799 is #DC7866. Grayscale: #6A6A6A. Windows color (decimal): -14448743 or 10061603. OLE color: 10061603.
HSL color Cylindrical-coordinate representation of color #238799: hue angle of 189.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238799 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 135 | 153 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.4 |
| HSL | 189.15º | 0.63% | 0.37% | - |
| HSV(B) | 189.15º | 0.77% | 0.6% | - |
| XYZ | 15.11 | 19.99 | 33.2 | - |
| YUV | 107.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 153 | 0.77 | 0.12 | 0 | 0.4 | 189.15 | 0.63 | 0.37 |
| Hex | 23 | 87 | 99 | 4D | C | 0 | 28 | BD | 3F | 25 |
| Octal | 43 | 207 | 231 | 115 | 14 | 0 | 50 | 275 | 77 | 45 |
| Binary | 100011 | 10000111 | 10011001 | 1001101 | 1100 | 0 | 101000 | 10111101 | 111111 | 100101 |
Color Harmonies of #238799
Complementary color
Monochromatic Colors of #238799
Black with #238799
Text Example
Text Example
White with #238799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238799; }
p { color: rgb(35,135,153); }
H1.HeaderClassName
{
color: #238799;
}
.AnyTagClassName
{
color: #238799;
}
</style>
background-color css
<style>
a { background-color: #238799; }
a { background-color: rgb(35,135,153); }
div.DivClassName
{
background-color: #238799;
}
.BgClassName
{
background-color: #238799;
}
</style>
border-color css
<style>
span { border-color: #238799; }
span { border-color: rgb(35,135,153); }
td.TdClassName
{
border-color: #238799;
}
.TagClassName
{
border-color: #238799;
}
</style>