Shades of Allports #236E76
Tints of Allports #236E76
RGB
CMYK
RGB Variations
Color information
#236E76 (or 0x236E76) is known color: Allports. HEX triplet: 23, 6E and 76. RGB value is (35,110,118). Sum of RGB (Red+Green+Blue) = 35+110+118=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #236E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236E76 is #DC9189. Grayscale: #585858. Windows color (decimal): -14455178 or 7761443. OLE color: 7761443.
HSL color Cylindrical-coordinate representation of color #236E76: hue angle of 185.78º 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 #236E76 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 110 | 118 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.54 |
| HSL | 185.78º | 0.54% | 0.3% | - |
| HSV(B) | 185.78º | 0.7% | 0.46% | - |
| XYZ | 9.54 | 12.82 | 19.11 | - |
| YUV | 88.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 118 | 0.70 | 0.07 | 0 | 0.54 | 185.78 | 0.54 | 0.3 |
| Hex | 23 | 6E | 76 | 46 | 7 | 0 | 36 | BA | 36 | 1E |
| Octal | 43 | 156 | 166 | 106 | 7 | 0 | 66 | 272 | 66 | 36 |
| Binary | 100011 | 1101110 | 1110110 | 1000110 | 111 | 0 | 110110 | 10111010 | 110110 | 11110 |
Color Harmonies of #236E76
Complementary color
Monochromatic Colors of #236E76
Black with #236E76
Text Example
Text Example
White with #236E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236E76; }
p { color: rgb(35,110,118); }
H1.HeaderClassName
{
color: #236E76;
}
.AnyTagClassName
{
color: #236E76;
}
</style>
background-color css
<style>
a { background-color: #236E76; }
a { background-color: rgb(35,110,118); }
div.DivClassName
{
background-color: #236E76;
}
.BgClassName
{
background-color: #236E76;
}
</style>
border-color css
<style>
span { border-color: #236E76; }
span { border-color: rgb(35,110,118); }
td.TdClassName
{
border-color: #236E76;
}
.TagClassName
{
border-color: #236E76;
}
</style>