Shades of Allports #23687E
Tints of Allports #23687E
RGB
CMYK
RGB Variations
Color information
#23687E (or 0x23687E) is known color: Allports. HEX triplet: 23, 68 and 7E. RGB value is (35,104,126). Sum of RGB (Red+Green+Blue) = 35+104+126=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #23687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23687E is #DC9781. Grayscale: #555555. Windows color (decimal): -14456706 or 8284195. OLE color: 8284195.
HSL color Cylindrical-coordinate representation of color #23687E: hue angle of 194.51º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23687E is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 104 | 126 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.51 |
| HSL | 194.51º | 0.57% | 0.32% | - |
| HSV(B) | 194.51º | 0.72% | 0.49% | - |
| XYZ | 9.41 | 11.76 | 21.51 | - |
| YUV | 85.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 126 | 0.72 | 0.17 | 0 | 0.51 | 194.51 | 0.57 | 0.32 |
| Hex | 23 | 68 | 7E | 48 | 11 | 0 | 33 | C3 | 39 | 20 |
| Octal | 43 | 150 | 176 | 110 | 21 | 0 | 63 | 303 | 71 | 40 |
| Binary | 100011 | 1101000 | 1111110 | 1001000 | 10001 | 0 | 110011 | 11000011 | 111001 | 100000 |
Color Harmonies of #23687E
Complementary color
Monochromatic Colors of #23687E
Black with #23687E
Text Example
Text Example
White with #23687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23687E; }
p { color: rgb(35,104,126); }
H1.HeaderClassName
{
color: #23687E;
}
.AnyTagClassName
{
color: #23687E;
}
</style>
background-color css
<style>
a { background-color: #23687E; }
a { background-color: rgb(35,104,126); }
div.DivClassName
{
background-color: #23687E;
}
.BgClassName
{
background-color: #23687E;
}
</style>
border-color css
<style>
span { border-color: #23687E; }
span { border-color: rgb(35,104,126); }
td.TdClassName
{
border-color: #23687E;
}
.TagClassName
{
border-color: #23687E;
}
</style>