Shades of Allports #236A75
Tints of Allports #236A75
RGB
CMYK
RGB Variations
Color information
#236A75 (or 0x236A75) is known color: Allports. HEX triplet: 23, 6A and 75. RGB value is (35,106,117). Sum of RGB (Red+Green+Blue) = 35+106+117=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #236A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A75 is #DC958A. Grayscale: #555555. Windows color (decimal): -14456203 or 7694883. OLE color: 7694883.
HSL color Cylindrical-coordinate representation of color #236A75: hue angle of 188.05º 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 #236A75 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 106 | 117 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.54 |
| HSL | 188.05º | 0.54% | 0.3% | - |
| HSV(B) | 188.05º | 0.7% | 0.46% | - |
| XYZ | 9.06 | 11.95 | 18.66 | - |
| YUV | 86.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 117 | 0.70 | 0.09 | 0 | 0.54 | 188.05 | 0.54 | 0.3 |
| Hex | 23 | 6A | 75 | 46 | 9 | 0 | 36 | BC | 36 | 1E |
| Octal | 43 | 152 | 165 | 106 | 11 | 0 | 66 | 274 | 66 | 36 |
| Binary | 100011 | 1101010 | 1110101 | 1000110 | 1001 | 0 | 110110 | 10111100 | 110110 | 11110 |
Color Harmonies of #236A75
Complementary color
Monochromatic Colors of #236A75
Black with #236A75
Text Example
Text Example
White with #236A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236A75; }
p { color: rgb(35,106,117); }
H1.HeaderClassName
{
color: #236A75;
}
.AnyTagClassName
{
color: #236A75;
}
</style>
background-color css
<style>
a { background-color: #236A75; }
a { background-color: rgb(35,106,117); }
div.DivClassName
{
background-color: #236A75;
}
.BgClassName
{
background-color: #236A75;
}
</style>
border-color css
<style>
span { border-color: #236A75; }
span { border-color: rgb(35,106,117); }
td.TdClassName
{
border-color: #236A75;
}
.TagClassName
{
border-color: #236A75;
}
</style>