Shades of Allports #23768B
Tints of Allports #23768B
RGB
CMYK
RGB Variations
Color information
#23768B (or 0x23768B) is known color: Allports. HEX triplet: 23, 76 and 8B. RGB value is (35,118,139). Sum of RGB (Red+Green+Blue) = 35+118+139=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #23768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23768B is #DC8974. Grayscale: #5F5F5F. Windows color (decimal): -14453109 or 9139747. OLE color: 9139747.
HSL color Cylindrical-coordinate representation of color #23768B: hue angle of 192.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23768B is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 118 | 139 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.45 |
| HSL | 192.12º | 0.6% | 0.34% | - |
| HSV(B) | 192.12º | 0.75% | 0.55% | - |
| XYZ | 11.83 | 15.18 | 26.73 | - |
| YUV | 95.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 139 | 0.75 | 0.15 | 0 | 0.45 | 192.12 | 0.6 | 0.34 |
| Hex | 23 | 76 | 8B | 4B | F | 0 | 2D | C0 | 3C | 22 |
| Octal | 43 | 166 | 213 | 113 | 17 | 0 | 55 | 300 | 74 | 42 |
| Binary | 100011 | 1110110 | 10001011 | 1001011 | 1111 | 0 | 101101 | 11000000 | 111100 | 100010 |
Color Harmonies of #23768B
Complementary color
Monochromatic Colors of #23768B
Black with #23768B
Text Example
Text Example
White with #23768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23768B; }
p { color: rgb(35,118,139); }
H1.HeaderClassName
{
color: #23768B;
}
.AnyTagClassName
{
color: #23768B;
}
</style>
background-color css
<style>
a { background-color: #23768B; }
a { background-color: rgb(35,118,139); }
div.DivClassName
{
background-color: #23768B;
}
.BgClassName
{
background-color: #23768B;
}
</style>
border-color css
<style>
span { border-color: #23768B; }
span { border-color: rgb(35,118,139); }
td.TdClassName
{
border-color: #23768B;
}
.TagClassName
{
border-color: #23768B;
}
</style>