Shades of Allports #23687D
Tints of Allports #23687D
RGB
CMYK
RGB Variations
Color information
#23687D (or 0x23687D) is known color: Allports. HEX triplet: 23, 68 and 7D. RGB value is (35,104,125). Sum of RGB (Red+Green+Blue) = 35+104+125=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #23687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23687D is #DC9782. Grayscale: #555555. Windows color (decimal): -14456707 or 8218659. OLE color: 8218659.
HSL color Cylindrical-coordinate representation of color #23687D: hue angle of 194º 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 #23687D is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 104 | 125 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.51 |
| HSL | 194º | 0.56% | 0.31% | - |
| HSV(B) | 194º | 0.72% | 0.49% | - |
| XYZ | 9.35 | 11.74 | 21.18 | - |
| YUV | 85.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 125 | 0.72 | 0.17 | 0 | 0.51 | 194 | 0.56 | 0.31 |
| Hex | 23 | 68 | 7D | 48 | 11 | 0 | 33 | C2 | 38 | 1F |
| Octal | 43 | 150 | 175 | 110 | 21 | 0 | 63 | 302 | 70 | 37 |
| Binary | 100011 | 1101000 | 1111101 | 1001000 | 10001 | 0 | 110011 | 11000010 | 111000 | 11111 |
Color Harmonies of #23687D
Complementary color
Monochromatic Colors of #23687D
Black with #23687D
Text Example
Text Example
White with #23687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23687D; }
p { color: rgb(35,104,125); }
H1.HeaderClassName
{
color: #23687D;
}
.AnyTagClassName
{
color: #23687D;
}
</style>
background-color css
<style>
a { background-color: #23687D; }
a { background-color: rgb(35,104,125); }
div.DivClassName
{
background-color: #23687D;
}
.BgClassName
{
background-color: #23687D;
}
</style>
border-color css
<style>
span { border-color: #23687D; }
span { border-color: rgb(35,104,125); }
td.TdClassName
{
border-color: #23687D;
}
.TagClassName
{
border-color: #23687D;
}
</style>