Shades of Allports #236D74
Tints of Allports #236D74
RGB
CMYK
RGB Variations
Color information
#236D74 (or 0x236D74) is known color: Allports. HEX triplet: 23, 6D and 74. RGB value is (35,109,116). Sum of RGB (Red+Green+Blue) = 35+109+116=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #236D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236D74 is #DC928B. Grayscale: #575757. Windows color (decimal): -14455436 or 7630115. OLE color: 7630115.
HSL color Cylindrical-coordinate representation of color #236D74: hue angle of 185.19º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236D74 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 109 | 116 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.55 |
| HSL | 185.19º | 0.54% | 0.3% | - |
| HSV(B) | 185.19º | 0.7% | 0.45% | - |
| XYZ | 9.31 | 12.56 | 18.46 | - |
| YUV | 87.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 116 | 0.70 | 0.06 | 0 | 0.55 | 185.19 | 0.54 | 0.3 |
| Hex | 23 | 6D | 74 | 46 | 6 | 0 | 37 | B9 | 36 | 1E |
| Octal | 43 | 155 | 164 | 106 | 6 | 0 | 67 | 271 | 66 | 36 |
| Binary | 100011 | 1101101 | 1110100 | 1000110 | 110 | 0 | 110111 | 10111001 | 110110 | 11110 |
Color Harmonies of #236D74
Complementary color
Monochromatic Colors of #236D74
Black with #236D74
Text Example
Text Example
White with #236D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D74; }
p { color: rgb(35,109,116); }
H1.HeaderClassName
{
color: #236D74;
}
.AnyTagClassName
{
color: #236D74;
}
</style>
background-color css
<style>
a { background-color: #236D74; }
a { background-color: rgb(35,109,116); }
div.DivClassName
{
background-color: #236D74;
}
.BgClassName
{
background-color: #236D74;
}
</style>
border-color css
<style>
span { border-color: #236D74; }
span { border-color: rgb(35,109,116); }
td.TdClassName
{
border-color: #236D74;
}
.TagClassName
{
border-color: #236D74;
}
</style>