Shades of Allports #23686F
Tints of Allports #23686F
RGB
CMYK
RGB Variations
Color information
#23686F (or 0x23686F) is known color: Allports. HEX triplet: 23, 68 and 6F. RGB value is (35,104,111). Sum of RGB (Red+Green+Blue) = 35+104+111=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #23686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23686F is #DC9790. Grayscale: #545454. Windows color (decimal): -14456721 or 7301155. OLE color: 7301155.
HSL color Cylindrical-coordinate representation of color #23686F: hue angle of 185.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23686F is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 104 | 111 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.56 |
| HSL | 185.53º | 0.52% | 0.29% | - |
| HSV(B) | 185.53º | 0.68% | 0.44% | - |
| XYZ | 8.51 | 11.41 | 16.79 | - |
| YUV | 84.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 111 | 0.68 | 0.06 | 0 | 0.56 | 185.53 | 0.52 | 0.29 |
| Hex | 23 | 68 | 6F | 44 | 6 | 0 | 38 | BA | 34 | 1D |
| Octal | 43 | 150 | 157 | 104 | 6 | 0 | 70 | 272 | 64 | 35 |
| Binary | 100011 | 1101000 | 1101111 | 1000100 | 110 | 0 | 111000 | 10111010 | 110100 | 11101 |
Color Harmonies of #23686F
Complementary color
Monochromatic Colors of #23686F
Black with #23686F
Text Example
Text Example
White with #23686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23686F; }
p { color: rgb(35,104,111); }
H1.HeaderClassName
{
color: #23686F;
}
.AnyTagClassName
{
color: #23686F;
}
</style>
background-color css
<style>
a { background-color: #23686F; }
a { background-color: rgb(35,104,111); }
div.DivClassName
{
background-color: #23686F;
}
.BgClassName
{
background-color: #23686F;
}
</style>
border-color css
<style>
span { border-color: #23686F; }
span { border-color: rgb(35,104,111); }
td.TdClassName
{
border-color: #23686F;
}
.TagClassName
{
border-color: #23686F;
}
</style>