Shades of Allports #236A72
Tints of Allports #236A72
RGB
CMYK
RGB Variations
Color information
#236A72 (or 0x236A72) is known color: Allports. HEX triplet: 23, 6A and 72. RGB value is (35,106,114). Sum of RGB (Red+Green+Blue) = 35+106+114=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #236A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A72 is #DC958D. Grayscale: #555555. Windows color (decimal): -14456206 or 7498275. OLE color: 7498275.
HSL color Cylindrical-coordinate representation of color #236A72: hue angle of 186.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236A72 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 106 | 114 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.55 |
| HSL | 186.08º | 0.53% | 0.29% | - |
| HSV(B) | 186.08º | 0.69% | 0.45% | - |
| XYZ | 8.88 | 11.88 | 17.74 | - |
| YUV | 85.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 114 | 0.69 | 0.07 | 0 | 0.55 | 186.08 | 0.53 | 0.29 |
| Hex | 23 | 6A | 72 | 45 | 7 | 0 | 37 | BA | 35 | 1D |
| Octal | 43 | 152 | 162 | 105 | 7 | 0 | 67 | 272 | 65 | 35 |
| Binary | 100011 | 1101010 | 1110010 | 1000101 | 111 | 0 | 110111 | 10111010 | 110101 | 11101 |
Color Harmonies of #236A72
Complementary color
Monochromatic Colors of #236A72
Black with #236A72
Text Example
Text Example
White with #236A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236A72; }
p { color: rgb(35,106,114); }
H1.HeaderClassName
{
color: #236A72;
}
.AnyTagClassName
{
color: #236A72;
}
</style>
background-color css
<style>
a { background-color: #236A72; }
a { background-color: rgb(35,106,114); }
div.DivClassName
{
background-color: #236A72;
}
.BgClassName
{
background-color: #236A72;
}
</style>
border-color css
<style>
span { border-color: #236A72; }
span { border-color: rgb(35,106,114); }
td.TdClassName
{
border-color: #236A72;
}
.TagClassName
{
border-color: #236A72;
}
</style>