Shades of Allports #23626C
Tints of Allports #23626C
RGB
CMYK
RGB Variations
Color information
#23626C (or 0x23626C) is known color: Allports. HEX triplet: 23, 62 and 6C. RGB value is (35,98,108). Sum of RGB (Red+Green+Blue) = 35+98+108=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #23626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23626C is #DC9D93. Grayscale: #505050. Windows color (decimal): -14458260 or 7103011. OLE color: 7103011.
HSL color Cylindrical-coordinate representation of color #23626C: hue angle of 188.22º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23626C is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 98 | 108 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.58 |
| HSL | 188.22º | 0.51% | 0.28% | - |
| HSV(B) | 188.22º | 0.68% | 0.42% | - |
| XYZ | 7.77 | 10.18 | 15.74 | - |
| YUV | 80.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 108 | 0.68 | 0.09 | 0 | 0.58 | 188.22 | 0.51 | 0.28 |
| Hex | 23 | 62 | 6C | 44 | 9 | 0 | 3A | BC | 33 | 1C |
| Octal | 43 | 142 | 154 | 104 | 11 | 0 | 72 | 274 | 63 | 34 |
| Binary | 100011 | 1100010 | 1101100 | 1000100 | 1001 | 0 | 111010 | 10111100 | 110011 | 11100 |
Color Harmonies of #23626C
Complementary color
Monochromatic Colors of #23626C
Black with #23626C
Text Example
Text Example
White with #23626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23626C; }
p { color: rgb(35,98,108); }
H1.HeaderClassName
{
color: #23626C;
}
.AnyTagClassName
{
color: #23626C;
}
</style>
background-color css
<style>
a { background-color: #23626C; }
a { background-color: rgb(35,98,108); }
div.DivClassName
{
background-color: #23626C;
}
.BgClassName
{
background-color: #23626C;
}
</style>
border-color css
<style>
span { border-color: #23626C; }
span { border-color: rgb(35,98,108); }
td.TdClassName
{
border-color: #23626C;
}
.TagClassName
{
border-color: #23626C;
}
</style>