Shades of Allports #23666D
Tints of Allports #23666D
RGB
CMYK
RGB Variations
Color information
#23666D (or 0x23666D) is known color: Allports. HEX triplet: 23, 66 and 6D. RGB value is (35,102,109). Sum of RGB (Red+Green+Blue) = 35+102+109=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #23666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23666D is #DC9992. Grayscale: #525252. Windows color (decimal): -14457235 or 7169571. OLE color: 7169571.
HSL color Cylindrical-coordinate representation of color #23666D: hue angle of 185.68º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23666D is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 102 | 109 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.57 |
| HSL | 185.68º | 0.51% | 0.28% | - |
| HSV(B) | 185.68º | 0.68% | 0.43% | - |
| XYZ | 8.2 | 10.96 | 16.15 | - |
| YUV | 82.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 109 | 0.68 | 0.06 | 0 | 0.57 | 185.68 | 0.51 | 0.28 |
| Hex | 23 | 66 | 6D | 44 | 6 | 0 | 39 | BA | 33 | 1C |
| Octal | 43 | 146 | 155 | 104 | 6 | 0 | 71 | 272 | 63 | 34 |
| Binary | 100011 | 1100110 | 1101101 | 1000100 | 110 | 0 | 111001 | 10111010 | 110011 | 11100 |
Color Harmonies of #23666D
Complementary color
Monochromatic Colors of #23666D
Black with #23666D
Text Example
Text Example
White with #23666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23666D; }
p { color: rgb(35,102,109); }
H1.HeaderClassName
{
color: #23666D;
}
.AnyTagClassName
{
color: #23666D;
}
</style>
background-color css
<style>
a { background-color: #23666D; }
a { background-color: rgb(35,102,109); }
div.DivClassName
{
background-color: #23666D;
}
.BgClassName
{
background-color: #23666D;
}
</style>
border-color css
<style>
span { border-color: #23666D; }
span { border-color: rgb(35,102,109); }
td.TdClassName
{
border-color: #23666D;
}
.TagClassName
{
border-color: #23666D;
}
</style>