Shades of Allports #236C76
Tints of Allports #236C76
RGB
CMYK
RGB Variations
Color information
#236C76 (or 0x236C76) is known color: Allports. HEX triplet: 23, 6C and 76. RGB value is (35,108,118). Sum of RGB (Red+Green+Blue) = 35+108+118=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #236C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C76 is #DC9389. Grayscale: #575757. Windows color (decimal): -14455690 or 7760931. OLE color: 7760931.
HSL color Cylindrical-coordinate representation of color #236C76: hue angle of 187.23º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236C76 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 108 | 118 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.54 |
| HSL | 187.23º | 0.54% | 0.3% | - |
| HSV(B) | 187.23º | 0.7% | 0.46% | - |
| XYZ | 9.33 | 12.39 | 19.04 | - |
| YUV | 87.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 118 | 0.70 | 0.08 | 0 | 0.54 | 187.23 | 0.54 | 0.3 |
| Hex | 23 | 6C | 76 | 46 | 8 | 0 | 36 | BB | 36 | 1E |
| Octal | 43 | 154 | 166 | 106 | 10 | 0 | 66 | 273 | 66 | 36 |
| Binary | 100011 | 1101100 | 1110110 | 1000110 | 1000 | 0 | 110110 | 10111011 | 110110 | 11110 |
Color Harmonies of #236C76
Complementary color
Monochromatic Colors of #236C76
Black with #236C76
Text Example
Text Example
White with #236C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C76; }
p { color: rgb(35,108,118); }
H1.HeaderClassName
{
color: #236C76;
}
.AnyTagClassName
{
color: #236C76;
}
</style>
background-color css
<style>
a { background-color: #236C76; }
a { background-color: rgb(35,108,118); }
div.DivClassName
{
background-color: #236C76;
}
.BgClassName
{
background-color: #236C76;
}
</style>
border-color css
<style>
span { border-color: #236C76; }
span { border-color: rgb(35,108,118); }
td.TdClassName
{
border-color: #236C76;
}
.TagClassName
{
border-color: #236C76;
}
</style>