Shades of Allports #23728B
Tints of Allports #23728B
RGB
CMYK
RGB Variations
Color information
#23728B (or 0x23728B) is known color: Allports. HEX triplet: 23, 72 and 8B. RGB value is (35,114,139). Sum of RGB (Red+Green+Blue) = 35+114+139=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #23728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23728B is #DC8D74. Grayscale: #5D5D5D. Windows color (decimal): -14454133 or 9138723. OLE color: 9138723.
HSL color Cylindrical-coordinate representation of color #23728B: hue angle of 194.42º 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 #23728B is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 114 | 139 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.45 |
| HSL | 194.42º | 0.6% | 0.34% | - |
| HSV(B) | 194.42º | 0.75% | 0.55% | - |
| XYZ | 11.37 | 14.26 | 26.58 | - |
| YUV | 93.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 139 | 0.75 | 0.18 | 0 | 0.45 | 194.42 | 0.6 | 0.34 |
| Hex | 23 | 72 | 8B | 4B | 12 | 0 | 2D | C2 | 3C | 22 |
| Octal | 43 | 162 | 213 | 113 | 22 | 0 | 55 | 302 | 74 | 42 |
| Binary | 100011 | 1110010 | 10001011 | 1001011 | 10010 | 0 | 101101 | 11000010 | 111100 | 100010 |
Color Harmonies of #23728B
Complementary color
Monochromatic Colors of #23728B
Black with #23728B
Text Example
Text Example
White with #23728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23728B; }
p { color: rgb(35,114,139); }
H1.HeaderClassName
{
color: #23728B;
}
.AnyTagClassName
{
color: #23728B;
}
</style>
background-color css
<style>
a { background-color: #23728B; }
a { background-color: rgb(35,114,139); }
div.DivClassName
{
background-color: #23728B;
}
.BgClassName
{
background-color: #23728B;
}
</style>
border-color css
<style>
span { border-color: #23728B; }
span { border-color: rgb(35,114,139); }
td.TdClassName
{
border-color: #23728B;
}
.TagClassName
{
border-color: #23728B;
}
</style>