Shades of Allports #236C71
Tints of Allports #236C71
RGB
CMYK
RGB Variations
Color information
#236C71 (or 0x236C71) is known color: Allports. HEX triplet: 23, 6C and 71. RGB value is (35,108,113). Sum of RGB (Red+Green+Blue) = 35+108+113=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #236C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C71 is #DC938E. Grayscale: #565656. Windows color (decimal): -14455695 or 7433251. OLE color: 7433251.
HSL color Cylindrical-coordinate representation of color #236C71: hue angle of 183.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236C71 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 108 | 113 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.56 |
| HSL | 183.85º | 0.53% | 0.29% | - |
| HSV(B) | 183.85º | 0.69% | 0.44% | - |
| XYZ | 9.04 | 12.27 | 17.52 | - |
| YUV | 86.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 113 | 0.69 | 0.04 | 0 | 0.56 | 183.85 | 0.53 | 0.29 |
| Hex | 23 | 6C | 71 | 45 | 4 | 0 | 38 | B8 | 35 | 1D |
| Octal | 43 | 154 | 161 | 105 | 4 | 0 | 70 | 270 | 65 | 35 |
| Binary | 100011 | 1101100 | 1110001 | 1000101 | 100 | 0 | 111000 | 10111000 | 110101 | 11101 |
Color Harmonies of #236C71
Complementary color
Monochromatic Colors of #236C71
Black with #236C71
Text Example
Text Example
White with #236C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C71; }
p { color: rgb(35,108,113); }
H1.HeaderClassName
{
color: #236C71;
}
.AnyTagClassName
{
color: #236C71;
}
</style>
background-color css
<style>
a { background-color: #236C71; }
a { background-color: rgb(35,108,113); }
div.DivClassName
{
background-color: #236C71;
}
.BgClassName
{
background-color: #236C71;
}
</style>
border-color css
<style>
span { border-color: #236C71; }
span { border-color: rgb(35,108,113); }
td.TdClassName
{
border-color: #236C71;
}
.TagClassName
{
border-color: #236C71;
}
</style>