Shades of Allports #236C8C
Tints of Allports #236C8C
RGB
CMYK
RGB Variations
Color information
#236C8C (or 0x236C8C) is known color: Allports. HEX triplet: 23, 6C and 8C. RGB value is (35,108,140). Sum of RGB (Red+Green+Blue) = 35+108+140=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #236C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C8C is #DC9373. Grayscale: #595959. Windows color (decimal): -14455668 or 9202723. OLE color: 9202723.
HSL color Cylindrical-coordinate representation of color #236C8C: hue angle of 198.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #236C8C is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 108 | 140 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.45 |
| HSL | 198.29º | 0.6% | 0.34% | - |
| HSV(B) | 198.29º | 0.75% | 0.55% | - |
| XYZ | 10.79 | 12.98 | 26.75 | - |
| YUV | 89.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 140 | 0.75 | 0.23 | 0 | 0.45 | 198.29 | 0.6 | 0.34 |
| Hex | 23 | 6C | 8C | 4B | 17 | 0 | 2D | C6 | 3C | 22 |
| Octal | 43 | 154 | 214 | 113 | 27 | 0 | 55 | 306 | 74 | 42 |
| Binary | 100011 | 1101100 | 10001100 | 1001011 | 10111 | 0 | 101101 | 11000110 | 111100 | 100010 |
Color Harmonies of #236C8C
Complementary color
Monochromatic Colors of #236C8C
Black with #236C8C
Text Example
Text Example
White with #236C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C8C; }
p { color: rgb(35,108,140); }
H1.HeaderClassName
{
color: #236C8C;
}
.AnyTagClassName
{
color: #236C8C;
}
</style>
background-color css
<style>
a { background-color: #236C8C; }
a { background-color: rgb(35,108,140); }
div.DivClassName
{
background-color: #236C8C;
}
.BgClassName
{
background-color: #236C8C;
}
</style>
border-color css
<style>
span { border-color: #236C8C; }
span { border-color: rgb(35,108,140); }
td.TdClassName
{
border-color: #236C8C;
}
.TagClassName
{
border-color: #236C8C;
}
</style>