Shades of Scooter #237FA2
Tints of Scooter #237FA2
RGB
CMYK
RGB Variations
Color information
#237FA2 (or 0x237FA2) is known color: Scooter. HEX triplet: 23, 7F and A2. RGB value is (35,127,162). Sum of RGB (Red+Green+Blue) = 35+127+162=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #237FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237FA2 is #DC805D. Grayscale: #676767. Windows color (decimal): -14450782 or 10649379. OLE color: 10649379.
HSL color Cylindrical-coordinate representation of color #237FA2: hue angle of 196.54º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #237FA2 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 127 | 162 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.36 |
| HSL | 196.54º | 0.64% | 0.39% | - |
| HSV(B) | 196.54º | 0.78% | 0.64% | - |
| XYZ | 14.8 | 18.14 | 36.9 | - |
| YUV | 103.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 162 | 0.78 | 0.22 | 0 | 0.36 | 196.54 | 0.64 | 0.39 |
| Hex | 23 | 7F | A2 | 4E | 16 | 0 | 24 | C5 | 40 | 27 |
| Octal | 43 | 177 | 242 | 116 | 26 | 0 | 44 | 305 | 100 | 47 |
| Binary | 100011 | 1111111 | 10100010 | 1001110 | 10110 | 0 | 100100 | 11000101 | 1000000 | 100111 |
Color Harmonies of #237FA2
Complementary color
Monochromatic Colors of #237FA2
Black with #237FA2
Text Example
Text Example
White with #237FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FA2; }
p { color: rgb(35,127,162); }
H1.HeaderClassName
{
color: #237FA2;
}
.AnyTagClassName
{
color: #237FA2;
}
</style>
background-color css
<style>
a { background-color: #237FA2; }
a { background-color: rgb(35,127,162); }
div.DivClassName
{
background-color: #237FA2;
}
.BgClassName
{
background-color: #237FA2;
}
</style>
border-color css
<style>
span { border-color: #237FA2; }
span { border-color: rgb(35,127,162); }
td.TdClassName
{
border-color: #237FA2;
}
.TagClassName
{
border-color: #237FA2;
}
</style>