Shades of Allports #236C78
Tints of Allports #236C78
RGB
CMYK
RGB Variations
Color information
#236C78 (or 0x236C78) is known color: Allports. HEX triplet: 23, 6C and 78. RGB value is (35,108,120). Sum of RGB (Red+Green+Blue) = 35+108+120=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #236C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C78 is #DC9387. Grayscale: #575757. Windows color (decimal): -14455688 or 7892003. OLE color: 7892003.
HSL color Cylindrical-coordinate representation of color #236C78: hue angle of 188.47º 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 #236C78 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 108 | 120 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.53 |
| HSL | 188.47º | 0.55% | 0.3% | - |
| HSV(B) | 188.47º | 0.71% | 0.47% | - |
| XYZ | 9.45 | 12.44 | 19.67 | - |
| YUV | 87.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 120 | 0.71 | 0.10 | 0 | 0.53 | 188.47 | 0.55 | 0.3 |
| Hex | 23 | 6C | 78 | 47 | A | 0 | 35 | BC | 37 | 1E |
| Octal | 43 | 154 | 170 | 107 | 12 | 0 | 65 | 274 | 67 | 36 |
| Binary | 100011 | 1101100 | 1111000 | 1000111 | 1010 | 0 | 110101 | 10111100 | 110111 | 11110 |
Color Harmonies of #236C78
Complementary color
Monochromatic Colors of #236C78
Black with #236C78
Text Example
Text Example
White with #236C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C78; }
p { color: rgb(35,108,120); }
H1.HeaderClassName
{
color: #236C78;
}
.AnyTagClassName
{
color: #236C78;
}
</style>
background-color css
<style>
a { background-color: #236C78; }
a { background-color: rgb(35,108,120); }
div.DivClassName
{
background-color: #236C78;
}
.BgClassName
{
background-color: #236C78;
}
</style>
border-color css
<style>
span { border-color: #236C78; }
span { border-color: rgb(35,108,120); }
td.TdClassName
{
border-color: #236C78;
}
.TagClassName
{
border-color: #236C78;
}
</style>