Shades of Allports #23788D
Tints of Allports #23788D
RGB
CMYK
RGB Variations
Color information
#23788D (or 0x23788D) is known color: Allports. HEX triplet: 23, 78 and 8D. RGB value is (35,120,141). Sum of RGB (Red+Green+Blue) = 35+120+141=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #23788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23788D is #DC8772. Grayscale: #606060. Windows color (decimal): -14452595 or 9271331. OLE color: 9271331.
HSL color Cylindrical-coordinate representation of color #23788D: hue angle of 191.89º 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 #23788D is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 120 | 141 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.45 |
| HSL | 191.89º | 0.6% | 0.35% | - |
| HSV(B) | 191.89º | 0.75% | 0.55% | - |
| XYZ | 12.22 | 15.71 | 27.59 | - |
| YUV | 96.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 141 | 0.75 | 0.15 | 0 | 0.45 | 191.89 | 0.6 | 0.35 |
| Hex | 23 | 78 | 8D | 4B | F | 0 | 2D | C0 | 3C | 23 |
| Octal | 43 | 170 | 215 | 113 | 17 | 0 | 55 | 300 | 74 | 43 |
| Binary | 100011 | 1111000 | 10001101 | 1001011 | 1111 | 0 | 101101 | 11000000 | 111100 | 100011 |
Color Harmonies of #23788D
Complementary color
Monochromatic Colors of #23788D
Black with #23788D
Text Example
Text Example
White with #23788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23788D; }
p { color: rgb(35,120,141); }
H1.HeaderClassName
{
color: #23788D;
}
.AnyTagClassName
{
color: #23788D;
}
</style>
background-color css
<style>
a { background-color: #23788D; }
a { background-color: rgb(35,120,141); }
div.DivClassName
{
background-color: #23788D;
}
.BgClassName
{
background-color: #23788D;
}
</style>
border-color css
<style>
span { border-color: #23788D; }
span { border-color: rgb(35,120,141); }
td.TdClassName
{
border-color: #23788D;
}
.TagClassName
{
border-color: #23788D;
}
</style>