Shades of Allports #237C8E
Tints of Allports #237C8E
RGB
CMYK
RGB Variations
Color information
#237C8E (or 0x237C8E) is known color: Allports. HEX triplet: 23, 7C and 8E. RGB value is (35,124,142). Sum of RGB (Red+Green+Blue) = 35+124+142=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #237C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C8E is #DC8371. Grayscale: #636363. Windows color (decimal): -14451570 or 9337891. OLE color: 9337891.
HSL color Cylindrical-coordinate representation of color #237C8E: hue angle of 190.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #237C8E is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 124 | 142 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.44 |
| HSL | 190.09º | 0.6% | 0.35% | - |
| HSV(B) | 190.09º | 0.75% | 0.56% | - |
| XYZ | 12.78 | 16.73 | 28.15 | - |
| YUV | 99.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 142 | 0.75 | 0.13 | 0 | 0.44 | 190.09 | 0.6 | 0.35 |
| Hex | 23 | 7C | 8E | 4B | D | 0 | 2C | BE | 3C | 23 |
| Octal | 43 | 174 | 216 | 113 | 15 | 0 | 54 | 276 | 74 | 43 |
| Binary | 100011 | 1111100 | 10001110 | 1001011 | 1101 | 0 | 101100 | 10111110 | 111100 | 100011 |
Color Harmonies of #237C8E
Complementary color
Monochromatic Colors of #237C8E
Black with #237C8E
Text Example
Text Example
White with #237C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C8E; }
p { color: rgb(35,124,142); }
H1.HeaderClassName
{
color: #237C8E;
}
.AnyTagClassName
{
color: #237C8E;
}
</style>
background-color css
<style>
a { background-color: #237C8E; }
a { background-color: rgb(35,124,142); }
div.DivClassName
{
background-color: #237C8E;
}
.BgClassName
{
background-color: #237C8E;
}
</style>
border-color css
<style>
span { border-color: #237C8E; }
span { border-color: rgb(35,124,142); }
td.TdClassName
{
border-color: #237C8E;
}
.TagClassName
{
border-color: #237C8E;
}
</style>