Shades of Allports #23727D
Tints of Allports #23727D
RGB
CMYK
RGB Variations
Color information
#23727D (or 0x23727D) is known color: Allports. HEX triplet: 23, 72 and 7D. RGB value is (35,114,125). Sum of RGB (Red+Green+Blue) = 35+114+125=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #23727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23727D is #DC8D82. Grayscale: #5B5B5B. Windows color (decimal): -14454147 or 8221219. OLE color: 8221219.
HSL color Cylindrical-coordinate representation of color #23727D: hue angle of 187.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23727D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 114 | 125 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.51 |
| HSL | 187.33º | 0.56% | 0.31% | - |
| HSV(B) | 187.33º | 0.72% | 0.49% | - |
| XYZ | 10.41 | 13.87 | 21.53 | - |
| YUV | 91.63 | 146.83 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 125 | 0.72 | 0.09 | 0 | 0.51 | 187.33 | 0.56 | 0.31 |
| Hex | 23 | 72 | 7D | 48 | 9 | 0 | 33 | BB | 38 | 1F |
| Octal | 43 | 162 | 175 | 110 | 11 | 0 | 63 | 273 | 70 | 37 |
| Binary | 100011 | 1110010 | 1111101 | 1001000 | 1001 | 0 | 110011 | 10111011 | 111000 | 11111 |
Color Harmonies of #23727D
Complementary color
Monochromatic Colors of #23727D
Black with #23727D
Text Example
Text Example
White with #23727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23727D; }
p { color: rgb(35,114,125); }
H1.HeaderClassName
{
color: #23727D;
}
.AnyTagClassName
{
color: #23727D;
}
</style>
background-color css
<style>
a { background-color: #23727D; }
a { background-color: rgb(35,114,125); }
div.DivClassName
{
background-color: #23727D;
}
.BgClassName
{
background-color: #23727D;
}
</style>
border-color css
<style>
span { border-color: #23727D; }
span { border-color: rgb(35,114,125); }
td.TdClassName
{
border-color: #23727D;
}
.TagClassName
{
border-color: #23727D;
}
</style>