Shades of Allports #23718E
Tints of Allports #23718E
RGB
CMYK
RGB Variations
Color information
#23718E (or 0x23718E) is known color: Allports. HEX triplet: 23, 71 and 8E. RGB value is (35,113,142). Sum of RGB (Red+Green+Blue) = 35+113+142=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #23718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23718E is #DC8E71. Grayscale: #5C5C5C. Windows color (decimal): -14454386 or 9335075. OLE color: 9335075.
HSL color Cylindrical-coordinate representation of color #23718E: hue angle of 196.26º 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 #23718E is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 113 | 142 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.44 |
| HSL | 196.26º | 0.6% | 0.35% | - |
| HSV(B) | 196.26º | 0.75% | 0.56% | - |
| XYZ | 11.48 | 14.12 | 27.71 | - |
| YUV | 92.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 142 | 0.75 | 0.20 | 0 | 0.44 | 196.26 | 0.6 | 0.35 |
| Hex | 23 | 71 | 8E | 4B | 14 | 0 | 2C | C4 | 3C | 23 |
| Octal | 43 | 161 | 216 | 113 | 24 | 0 | 54 | 304 | 74 | 43 |
| Binary | 100011 | 1110001 | 10001110 | 1001011 | 10100 | 0 | 101100 | 11000100 | 111100 | 100011 |
Color Harmonies of #23718E
Complementary color
Monochromatic Colors of #23718E
Black with #23718E
Text Example
Text Example
White with #23718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23718E; }
p { color: rgb(35,113,142); }
H1.HeaderClassName
{
color: #23718E;
}
.AnyTagClassName
{
color: #23718E;
}
</style>
background-color css
<style>
a { background-color: #23718E; }
a { background-color: rgb(35,113,142); }
div.DivClassName
{
background-color: #23718E;
}
.BgClassName
{
background-color: #23718E;
}
</style>
border-color css
<style>
span { border-color: #23718E; }
span { border-color: rgb(35,113,142); }
td.TdClassName
{
border-color: #23718E;
}
.TagClassName
{
border-color: #23718E;
}
</style>