Shades of Allports #23616D
Tints of Allports #23616D
RGB
CMYK
RGB Variations
Color information
#23616D (or 0x23616D) is known color: Allports. HEX triplet: 23, 61 and 6D. RGB value is (35,97,109). Sum of RGB (Red+Green+Blue) = 35+97+109=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #23616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23616D is #DC9E92. Grayscale: #4F4F4F. Windows color (decimal): -14458515 or 7168291. OLE color: 7168291.
HSL color Cylindrical-coordinate representation of color #23616D: hue angle of 189.73º 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 #23616D is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 97 | 109 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.57 |
| HSL | 189.73º | 0.51% | 0.28% | - |
| HSV(B) | 189.73º | 0.68% | 0.43% | - |
| XYZ | 7.73 | 10.01 | 15.99 | - |
| YUV | 79.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 97 | 109 | 0.68 | 0.11 | 0 | 0.57 | 189.73 | 0.51 | 0.28 |
| Hex | 23 | 61 | 6D | 44 | B | 0 | 39 | BE | 33 | 1C |
| Octal | 43 | 141 | 155 | 104 | 13 | 0 | 71 | 276 | 63 | 34 |
| Binary | 100011 | 1100001 | 1101101 | 1000100 | 1011 | 0 | 111001 | 10111110 | 110011 | 11100 |
Color Harmonies of #23616D
Complementary color
Monochromatic Colors of #23616D
Black with #23616D
Text Example
Text Example
White with #23616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23616D; }
p { color: rgb(35,97,109); }
H1.HeaderClassName
{
color: #23616D;
}
.AnyTagClassName
{
color: #23616D;
}
</style>
background-color css
<style>
a { background-color: #23616D; }
a { background-color: rgb(35,97,109); }
div.DivClassName
{
background-color: #23616D;
}
.BgClassName
{
background-color: #23616D;
}
</style>
border-color css
<style>
span { border-color: #23616D; }
span { border-color: rgb(35,97,109); }
td.TdClassName
{
border-color: #23616D;
}
.TagClassName
{
border-color: #23616D;
}
</style>