Shades of Allports #236E8C
Tints of Allports #236E8C
RGB
CMYK
RGB Variations
Color information
#236E8C (or 0x236E8C) is known color: Allports. HEX triplet: 23, 6E and 8C. RGB value is (35,110,140). Sum of RGB (Red+Green+Blue) = 35+110+140=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #236E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236E8C is #DC9173. Grayscale: #5A5A5A. Windows color (decimal): -14455156 or 9203235. OLE color: 9203235.
HSL color Cylindrical-coordinate representation of color #236E8C: hue angle of 197.14º 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 #236E8C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 110 | 140 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.45 |
| HSL | 197.14º | 0.6% | 0.34% | - |
| HSV(B) | 197.14º | 0.75% | 0.55% | - |
| XYZ | 11 | 13.4 | 26.82 | - |
| YUV | 91 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 110 | 140 | 0.75 | 0.21 | 0 | 0.45 | 197.14 | 0.6 | 0.34 |
| Hex | 23 | 6E | 8C | 4B | 15 | 0 | 2D | C5 | 3C | 22 |
| Octal | 43 | 156 | 214 | 113 | 25 | 0 | 55 | 305 | 74 | 42 |
| Binary | 100011 | 1101110 | 10001100 | 1001011 | 10101 | 0 | 101101 | 11000101 | 111100 | 100010 |
Color Harmonies of #236E8C
Complementary color
Monochromatic Colors of #236E8C
Black with #236E8C
Text Example
Text Example
White with #236E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236E8C; }
p { color: rgb(35,110,140); }
H1.HeaderClassName
{
color: #236E8C;
}
.AnyTagClassName
{
color: #236E8C;
}
</style>
background-color css
<style>
a { background-color: #236E8C; }
a { background-color: rgb(35,110,140); }
div.DivClassName
{
background-color: #236E8C;
}
.BgClassName
{
background-color: #236E8C;
}
</style>
border-color css
<style>
span { border-color: #236E8C; }
span { border-color: rgb(35,110,140); }
td.TdClassName
{
border-color: #236E8C;
}
.TagClassName
{
border-color: #236E8C;
}
</style>