Shades of Allports #236A77
Tints of Allports #236A77
RGB
CMYK
RGB Variations
Color information
#236A77 (or 0x236A77) is known color: Allports. HEX triplet: 23, 6A and 77. RGB value is (35,106,119). Sum of RGB (Red+Green+Blue) = 35+106+119=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #236A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A77 is #DC9588. Grayscale: #565656. Windows color (decimal): -14456201 or 7825955. OLE color: 7825955.
HSL color Cylindrical-coordinate representation of color #236A77: hue angle of 189.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #236A77 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 106 | 119 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.53 |
| HSL | 189.29º | 0.55% | 0.3% | - |
| HSV(B) | 189.29º | 0.71% | 0.47% | - |
| XYZ | 9.18 | 12 | 19.28 | - |
| YUV | 86.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 119 | 0.71 | 0.11 | 0 | 0.53 | 189.29 | 0.55 | 0.3 |
| Hex | 23 | 6A | 77 | 47 | B | 0 | 35 | BD | 37 | 1E |
| Octal | 43 | 152 | 167 | 107 | 13 | 0 | 65 | 275 | 67 | 36 |
| Binary | 100011 | 1101010 | 1110111 | 1000111 | 1011 | 0 | 110101 | 10111101 | 110111 | 11110 |
Color Harmonies of #236A77
Complementary color
Monochromatic Colors of #236A77
Black with #236A77
Text Example
Text Example
White with #236A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236A77; }
p { color: rgb(35,106,119); }
H1.HeaderClassName
{
color: #236A77;
}
.AnyTagClassName
{
color: #236A77;
}
</style>
background-color css
<style>
a { background-color: #236A77; }
a { background-color: rgb(35,106,119); }
div.DivClassName
{
background-color: #236A77;
}
.BgClassName
{
background-color: #236A77;
}
</style>
border-color css
<style>
span { border-color: #236A77; }
span { border-color: rgb(35,106,119); }
td.TdClassName
{
border-color: #236A77;
}
.TagClassName
{
border-color: #236A77;
}
</style>