Shades of Scooter #237D9C
Tints of Scooter #237D9C
RGB
CMYK
RGB Variations
Color information
#237D9C (or 0x237D9C) is known color: Scooter. HEX triplet: 23, 7D and 9C. RGB value is (35,125,156). Sum of RGB (Red+Green+Blue) = 35+125+156=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #237D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237D9C is #DC8263. Grayscale: #656565. Windows color (decimal): -14451300 or 10255651. OLE color: 10255651.
HSL color Cylindrical-coordinate representation of color #237D9C: hue angle of 195.37º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #237D9C is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 125 | 156 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.39 |
| HSL | 195.37º | 0.63% | 0.37% | - |
| HSV(B) | 195.37º | 0.78% | 0.61% | - |
| XYZ | 14.03 | 17.42 | 34.08 | - |
| YUV | 101.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 156 | 0.78 | 0.20 | 0 | 0.39 | 195.37 | 0.63 | 0.37 |
| Hex | 23 | 7D | 9C | 4E | 14 | 0 | 27 | C3 | 3F | 25 |
| Octal | 43 | 175 | 234 | 116 | 24 | 0 | 47 | 303 | 77 | 45 |
| Binary | 100011 | 1111101 | 10011100 | 1001110 | 10100 | 0 | 100111 | 11000011 | 111111 | 100101 |
Color Harmonies of #237D9C
Complementary color
Monochromatic Colors of #237D9C
Black with #237D9C
Text Example
Text Example
White with #237D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D9C; }
p { color: rgb(35,125,156); }
H1.HeaderClassName
{
color: #237D9C;
}
.AnyTagClassName
{
color: #237D9C;
}
</style>
background-color css
<style>
a { background-color: #237D9C; }
a { background-color: rgb(35,125,156); }
div.DivClassName
{
background-color: #237D9C;
}
.BgClassName
{
background-color: #237D9C;
}
</style>
border-color css
<style>
span { border-color: #237D9C; }
span { border-color: rgb(35,125,156); }
td.TdClassName
{
border-color: #237D9C;
}
.TagClassName
{
border-color: #237D9C;
}
</style>