Shades of Allports #236684
Tints of Allports #236684
RGB
CMYK
RGB Variations
Color information
#236684 (or 0x236684) is known color: Allports. HEX triplet: 23, 66 and 84. RGB value is (35,102,132). Sum of RGB (Red+Green+Blue) = 35+102+132=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #236684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236684 is #DC997B. Grayscale: #555555. Windows color (decimal): -14457212 or 8676899. OLE color: 8676899.
HSL color Cylindrical-coordinate representation of color #236684: hue angle of 198.56º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236684 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 102 | 132 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.48 |
| HSL | 198.56º | 0.58% | 0.33% | - |
| HSV(B) | 198.56º | 0.73% | 0.52% | - |
| XYZ | 9.61 | 11.53 | 23.55 | - |
| YUV | 85.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 132 | 0.73 | 0.23 | 0 | 0.48 | 198.56 | 0.58 | 0.33 |
| Hex | 23 | 66 | 84 | 49 | 17 | 0 | 30 | C7 | 3A | 21 |
| Octal | 43 | 146 | 204 | 111 | 27 | 0 | 60 | 307 | 72 | 41 |
| Binary | 100011 | 1100110 | 10000100 | 1001001 | 10111 | 0 | 110000 | 11000111 | 111010 | 100001 |
Color Harmonies of #236684
Complementary color
Monochromatic Colors of #236684
Black with #236684
Text Example
Text Example
White with #236684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236684; }
p { color: rgb(35,102,132); }
H1.HeaderClassName
{
color: #236684;
}
.AnyTagClassName
{
color: #236684;
}
</style>
background-color css
<style>
a { background-color: #236684; }
a { background-color: rgb(35,102,132); }
div.DivClassName
{
background-color: #236684;
}
.BgClassName
{
background-color: #236684;
}
</style>
border-color css
<style>
span { border-color: #236684; }
span { border-color: rgb(35,102,132); }
td.TdClassName
{
border-color: #236684;
}
.TagClassName
{
border-color: #236684;
}
</style>