Shades of Allports #236C87
Tints of Allports #236C87
RGB
CMYK
RGB Variations
Color information
#236C87 (or 0x236C87) is known color: Allports. HEX triplet: 23, 6C and 87. RGB value is (35,108,135). Sum of RGB (Red+Green+Blue) = 35+108+135=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #236C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C87 is #DC9378. Grayscale: #595959. Windows color (decimal): -14455673 or 8875043. OLE color: 8875043.
HSL color Cylindrical-coordinate representation of color #236C87: hue angle of 196.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #236C87 is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 108 | 135 | - |
| CMYK | 0.74 | 0.2 | 0 | 0.47 |
| HSL | 196.2º | 0.59% | 0.33% | - |
| HSV(B) | 196.2º | 0.74% | 0.53% | - |
| XYZ | 10.43 | 12.83 | 24.85 | - |
| YUV | 89.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 135 | 0.74 | 0.2 | 0 | 0.47 | 196.2 | 0.59 | 0.33 |
| Hex | 23 | 6C | 87 | 4A | 14 | 0 | 2F | C4 | 3B | 21 |
| Octal | 43 | 154 | 207 | 112 | 24 | 0 | 57 | 304 | 73 | 41 |
| Binary | 100011 | 1101100 | 10000111 | 1001010 | 10100 | 0 | 101111 | 11000100 | 111011 | 100001 |
Color Harmonies of #236C87
Complementary color
Monochromatic Colors of #236C87
Black with #236C87
Text Example
Text Example
White with #236C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C87; }
p { color: rgb(35,108,135); }
H1.HeaderClassName
{
color: #236C87;
}
.AnyTagClassName
{
color: #236C87;
}
</style>
background-color css
<style>
a { background-color: #236C87; }
a { background-color: rgb(35,108,135); }
div.DivClassName
{
background-color: #236C87;
}
.BgClassName
{
background-color: #236C87;
}
</style>
border-color css
<style>
span { border-color: #236C87; }
span { border-color: rgb(35,108,135); }
td.TdClassName
{
border-color: #236C87;
}
.TagClassName
{
border-color: #236C87;
}
</style>