Shades of Allports #23626D
Tints of Allports #23626D
RGB
CMYK
RGB Variations
Color information
#23626D (or 0x23626D) is known color: Allports. HEX triplet: 23, 62 and 6D. RGB value is (35,98,109). Sum of RGB (Red+Green+Blue) = 35+98+109=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #23626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23626D is #DC9D92. Grayscale: #505050. Windows color (decimal): -14458259 or 7168547. OLE color: 7168547.
HSL color Cylindrical-coordinate representation of color #23626D: hue angle of 188.92º 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 #23626D is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 98 | 109 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.57 |
| HSL | 188.92º | 0.51% | 0.28% | - |
| HSV(B) | 188.92º | 0.68% | 0.43% | - |
| XYZ | 7.82 | 10.2 | 16.02 | - |
| YUV | 80.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 109 | 0.68 | 0.10 | 0 | 0.57 | 188.92 | 0.51 | 0.28 |
| Hex | 23 | 62 | 6D | 44 | A | 0 | 39 | BD | 33 | 1C |
| Octal | 43 | 142 | 155 | 104 | 12 | 0 | 71 | 275 | 63 | 34 |
| Binary | 100011 | 1100010 | 1101101 | 1000100 | 1010 | 0 | 111001 | 10111101 | 110011 | 11100 |
Color Harmonies of #23626D
Complementary color
Monochromatic Colors of #23626D
Black with #23626D
Text Example
Text Example
White with #23626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23626D; }
p { color: rgb(35,98,109); }
H1.HeaderClassName
{
color: #23626D;
}
.AnyTagClassName
{
color: #23626D;
}
</style>
background-color css
<style>
a { background-color: #23626D; }
a { background-color: rgb(35,98,109); }
div.DivClassName
{
background-color: #23626D;
}
.BgClassName
{
background-color: #23626D;
}
</style>
border-color css
<style>
span { border-color: #23626D; }
span { border-color: rgb(35,98,109); }
td.TdClassName
{
border-color: #23626D;
}
.TagClassName
{
border-color: #23626D;
}
</style>