Shades of Allports #236874
Tints of Allports #236874
RGB
CMYK
RGB Variations
Color information
#236874 (or 0x236874) is known color: Allports. HEX triplet: 23, 68 and 74. RGB value is (35,104,116). Sum of RGB (Red+Green+Blue) = 35+104+116=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #236874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236874 is #DC978B. Grayscale: #545454. Windows color (decimal): -14456716 or 7628835. OLE color: 7628835.
HSL color Cylindrical-coordinate representation of color #236874: hue angle of 188.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236874 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 104 | 116 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.55 |
| HSL | 188.89º | 0.54% | 0.3% | - |
| HSV(B) | 188.89º | 0.7% | 0.45% | - |
| XYZ | 8.8 | 11.52 | 18.28 | - |
| YUV | 84.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 116 | 0.70 | 0.10 | 0 | 0.55 | 188.89 | 0.54 | 0.3 |
| Hex | 23 | 68 | 74 | 46 | A | 0 | 37 | BD | 36 | 1E |
| Octal | 43 | 150 | 164 | 106 | 12 | 0 | 67 | 275 | 66 | 36 |
| Binary | 100011 | 1101000 | 1110100 | 1000110 | 1010 | 0 | 110111 | 10111101 | 110110 | 11110 |
Color Harmonies of #236874
Complementary color
Monochromatic Colors of #236874
Black with #236874
Text Example
Text Example
White with #236874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236874; }
p { color: rgb(35,104,116); }
H1.HeaderClassName
{
color: #236874;
}
.AnyTagClassName
{
color: #236874;
}
</style>
background-color css
<style>
a { background-color: #236874; }
a { background-color: rgb(35,104,116); }
div.DivClassName
{
background-color: #236874;
}
.BgClassName
{
background-color: #236874;
}
</style>
border-color css
<style>
span { border-color: #236874; }
span { border-color: rgb(35,104,116); }
td.TdClassName
{
border-color: #236874;
}
.TagClassName
{
border-color: #236874;
}
</style>