Shades of Allports #23768D
Tints of Allports #23768D
RGB
CMYK
RGB Variations
Color information
#23768D (or 0x23768D) is known color: Allports. HEX triplet: 23, 76 and 8D. RGB value is (35,118,141). Sum of RGB (Red+Green+Blue) = 35+118+141=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #23768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23768D is #DC8972. Grayscale: #5F5F5F. Windows color (decimal): -14453107 or 9270819. OLE color: 9270819.
HSL color Cylindrical-coordinate representation of color #23768D: hue angle of 193.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23768D is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 118 | 141 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.45 |
| HSL | 193.02º | 0.6% | 0.35% | - |
| HSV(B) | 193.02º | 0.75% | 0.55% | - |
| XYZ | 11.98 | 15.24 | 27.51 | - |
| YUV | 95.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 141 | 0.75 | 0.16 | 0 | 0.45 | 193.02 | 0.6 | 0.35 |
| Hex | 23 | 76 | 8D | 4B | 10 | 0 | 2D | C1 | 3C | 23 |
| Octal | 43 | 166 | 215 | 113 | 20 | 0 | 55 | 301 | 74 | 43 |
| Binary | 100011 | 1110110 | 10001101 | 1001011 | 10000 | 0 | 101101 | 11000001 | 111100 | 100011 |
Color Harmonies of #23768D
Complementary color
Monochromatic Colors of #23768D
Black with #23768D
Text Example
Text Example
White with #23768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23768D; }
p { color: rgb(35,118,141); }
H1.HeaderClassName
{
color: #23768D;
}
.AnyTagClassName
{
color: #23768D;
}
</style>
background-color css
<style>
a { background-color: #23768D; }
a { background-color: rgb(35,118,141); }
div.DivClassName
{
background-color: #23768D;
}
.BgClassName
{
background-color: #23768D;
}
</style>
border-color css
<style>
span { border-color: #23768D; }
span { border-color: rgb(35,118,141); }
td.TdClassName
{
border-color: #23768D;
}
.TagClassName
{
border-color: #23768D;
}
</style>