Shades of Allports #23647E
Tints of Allports #23647E
RGB
CMYK
RGB Variations
Color information
#23647E (or 0x23647E) is known color: Allports. HEX triplet: 23, 64 and 7E. RGB value is (35,100,126). Sum of RGB (Red+Green+Blue) = 35+100+126=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #23647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23647E is #DC9B81. Grayscale: #535353. Windows color (decimal): -14457730 or 8283171. OLE color: 8283171.
HSL color Cylindrical-coordinate representation of color #23647E: hue angle of 197.14º 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 #23647E is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 100 | 126 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.51 |
| HSL | 197.14º | 0.57% | 0.32% | - |
| HSV(B) | 197.14º | 0.72% | 0.49% | - |
| XYZ | 9.02 | 10.98 | 21.38 | - |
| YUV | 83.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 126 | 0.72 | 0.21 | 0 | 0.51 | 197.14 | 0.57 | 0.32 |
| Hex | 23 | 64 | 7E | 48 | 15 | 0 | 33 | C5 | 39 | 20 |
| Octal | 43 | 144 | 176 | 110 | 25 | 0 | 63 | 305 | 71 | 40 |
| Binary | 100011 | 1100100 | 1111110 | 1001000 | 10101 | 0 | 110011 | 11000101 | 111001 | 100000 |
Color Harmonies of #23647E
Complementary color
Monochromatic Colors of #23647E
Black with #23647E
Text Example
Text Example
White with #23647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23647E; }
p { color: rgb(35,100,126); }
H1.HeaderClassName
{
color: #23647E;
}
.AnyTagClassName
{
color: #23647E;
}
</style>
background-color css
<style>
a { background-color: #23647E; }
a { background-color: rgb(35,100,126); }
div.DivClassName
{
background-color: #23647E;
}
.BgClassName
{
background-color: #23647E;
}
</style>
border-color css
<style>
span { border-color: #23647E; }
span { border-color: rgb(35,100,126); }
td.TdClassName
{
border-color: #23647E;
}
.TagClassName
{
border-color: #23647E;
}
</style>