Shades of Allports #236D85
Tints of Allports #236D85
RGB
CMYK
RGB Variations
Color information
#236D85 (or 0x236D85) is known color: Allports. HEX triplet: 23, 6D and 85. RGB value is (35,109,133). Sum of RGB (Red+Green+Blue) = 35+109+133=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #236D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D85 is #DC927A. Grayscale: #595959. Windows color (decimal): -14455419 or 8744227. OLE color: 8744227.
HSL color Cylindrical-coordinate representation of color #236D85: hue angle of 194.69º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236D85 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 109 | 133 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.48 |
| HSL | 194.69º | 0.58% | 0.33% | - |
| HSV(B) | 194.69º | 0.74% | 0.52% | - |
| XYZ | 10.4 | 12.99 | 24.15 | - |
| YUV | 89.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 133 | 0.74 | 0.18 | 0 | 0.48 | 194.69 | 0.58 | 0.33 |
| Hex | 23 | 6D | 85 | 4A | 12 | 0 | 30 | C3 | 3A | 21 |
| Octal | 43 | 155 | 205 | 112 | 22 | 0 | 60 | 303 | 72 | 41 |
| Binary | 100011 | 1101101 | 10000101 | 1001010 | 10010 | 0 | 110000 | 11000011 | 111010 | 100001 |
Color Harmonies of #236D85
Complementary color
Monochromatic Colors of #236D85
Black with #236D85
Text Example
Text Example
White with #236D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D85; }
p { color: rgb(35,109,133); }
H1.HeaderClassName
{
color: #236D85;
}
.AnyTagClassName
{
color: #236D85;
}
</style>
background-color css
<style>
a { background-color: #236D85; }
a { background-color: rgb(35,109,133); }
div.DivClassName
{
background-color: #236D85;
}
.BgClassName
{
background-color: #236D85;
}
</style>
border-color css
<style>
span { border-color: #236D85; }
span { border-color: rgb(35,109,133); }
td.TdClassName
{
border-color: #236D85;
}
.TagClassName
{
border-color: #236D85;
}
</style>