Shades of Allports #23717F
Tints of Allports #23717F
RGB
CMYK
RGB Variations
Color information
#23717F (or 0x23717F) is known color: Allports. HEX triplet: 23, 71 and 7F. RGB value is (35,113,127). Sum of RGB (Red+Green+Blue) = 35+113+127=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #23717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23717F is #DC8E80. Grayscale: #5B5B5B. Windows color (decimal): -14454401 or 8352035. OLE color: 8352035.
HSL color Cylindrical-coordinate representation of color #23717F: hue angle of 189.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23717F is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 113 | 127 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.50 |
| HSL | 189.13º | 0.57% | 0.32% | - |
| HSV(B) | 189.13º | 0.72% | 0.5% | - |
| XYZ | 10.43 | 13.7 | 22.17 | - |
| YUV | 91.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 127 | 0.72 | 0.11 | 0 | 0.50 | 189.13 | 0.57 | 0.32 |
| Hex | 23 | 71 | 7F | 48 | B | 0 | 32 | BD | 39 | 20 |
| Octal | 43 | 161 | 177 | 110 | 13 | 0 | 62 | 275 | 71 | 40 |
| Binary | 100011 | 1110001 | 1111111 | 1001000 | 1011 | 0 | 110010 | 10111101 | 111001 | 100000 |
Color Harmonies of #23717F
Complementary color
Monochromatic Colors of #23717F
Black with #23717F
Text Example
Text Example
White with #23717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23717F; }
p { color: rgb(35,113,127); }
H1.HeaderClassName
{
color: #23717F;
}
.AnyTagClassName
{
color: #23717F;
}
</style>
background-color css
<style>
a { background-color: #23717F; }
a { background-color: rgb(35,113,127); }
div.DivClassName
{
background-color: #23717F;
}
.BgClassName
{
background-color: #23717F;
}
</style>
border-color css
<style>
span { border-color: #23717F; }
span { border-color: rgb(35,113,127); }
td.TdClassName
{
border-color: #23717F;
}
.TagClassName
{
border-color: #23717F;
}
</style>