Shades of Allports #23708E
Tints of Allports #23708E
RGB
CMYK
RGB Variations
Color information
#23708E (or 0x23708E) is known color: Allports. HEX triplet: 23, 70 and 8E. RGB value is (35,112,142). Sum of RGB (Red+Green+Blue) = 35+112+142=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #23708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23708E is #DC8F71. Grayscale: #5C5C5C. Windows color (decimal): -14454642 or 9334819. OLE color: 9334819.
HSL color Cylindrical-coordinate representation of color #23708E: hue angle of 196.82º 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 #23708E is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 112 | 142 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.44 |
| HSL | 196.82º | 0.6% | 0.35% | - |
| HSV(B) | 196.82º | 0.75% | 0.56% | - |
| XYZ | 11.37 | 13.9 | 27.67 | - |
| YUV | 92.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 142 | 0.75 | 0.21 | 0 | 0.44 | 196.82 | 0.6 | 0.35 |
| Hex | 23 | 70 | 8E | 4B | 15 | 0 | 2C | C5 | 3C | 23 |
| Octal | 43 | 160 | 216 | 113 | 25 | 0 | 54 | 305 | 74 | 43 |
| Binary | 100011 | 1110000 | 10001110 | 1001011 | 10101 | 0 | 101100 | 11000101 | 111100 | 100011 |
Color Harmonies of #23708E
Complementary color
Monochromatic Colors of #23708E
Black with #23708E
Text Example
Text Example
White with #23708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23708E; }
p { color: rgb(35,112,142); }
H1.HeaderClassName
{
color: #23708E;
}
.AnyTagClassName
{
color: #23708E;
}
</style>
background-color css
<style>
a { background-color: #23708E; }
a { background-color: rgb(35,112,142); }
div.DivClassName
{
background-color: #23708E;
}
.BgClassName
{
background-color: #23708E;
}
</style>
border-color css
<style>
span { border-color: #23708E; }
span { border-color: rgb(35,112,142); }
td.TdClassName
{
border-color: #23708E;
}
.TagClassName
{
border-color: #23708E;
}
</style>