Shades of Scooter #2383AD
Tints of Scooter #2383AD
RGB
CMYK
RGB Variations
Color information
#2383AD (or 0x2383AD) is known color: Scooter. HEX triplet: 23, 83 and AD. RGB value is (35,131,173). Sum of RGB (Red+Green+Blue) = 35+131+173=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #2383AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2383AD is #DC7C52. Grayscale: #6A6A6A. Windows color (decimal): -14449747 or 11371299. OLE color: 11371299.
HSL color Cylindrical-coordinate representation of color #2383AD: hue angle of 198.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2383AD is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 131 | 173 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.32 |
| HSL | 198.26º | 0.66% | 0.41% | - |
| HSV(B) | 198.26º | 0.8% | 0.68% | - |
| XYZ | 16.35 | 19.61 | 42.46 | - |
| YUV | 107.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 173 | 0.80 | 0.24 | 0 | 0.32 | 198.26 | 0.66 | 0.41 |
| Hex | 23 | 83 | AD | 50 | 18 | 0 | 20 | C6 | 42 | 29 |
| Octal | 43 | 203 | 255 | 120 | 30 | 0 | 40 | 306 | 102 | 51 |
| Binary | 100011 | 10000011 | 10101101 | 1010000 | 11000 | 0 | 100000 | 11000110 | 1000010 | 101001 |
Color Harmonies of #2383AD
Complementary color
Monochromatic Colors of #2383AD
Black with #2383AD
Text Example
Text Example
White with #2383AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2383AD; }
p { color: rgb(35,131,173); }
H1.HeaderClassName
{
color: #2383AD;
}
.AnyTagClassName
{
color: #2383AD;
}
</style>
background-color css
<style>
a { background-color: #2383AD; }
a { background-color: rgb(35,131,173); }
div.DivClassName
{
background-color: #2383AD;
}
.BgClassName
{
background-color: #2383AD;
}
</style>
border-color css
<style>
span { border-color: #2383AD; }
span { border-color: rgb(35,131,173); }
td.TdClassName
{
border-color: #2383AD;
}
.TagClassName
{
border-color: #2383AD;
}
</style>