Shades of Allports #236F84
Tints of Allports #236F84
RGB
CMYK
RGB Variations
Color information
#236F84 (or 0x236F84) is known color: Allports. HEX triplet: 23, 6F and 84. RGB value is (35,111,132). Sum of RGB (Red+Green+Blue) = 35+111+132=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #236F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236F84 is #DC907B. Grayscale: #5A5A5A. Windows color (decimal): -14454908 or 8679203. OLE color: 8679203.
HSL color Cylindrical-coordinate representation of color #236F84: hue angle of 192.99º 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 #236F84 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 111 | 132 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.48 |
| HSL | 192.99º | 0.58% | 0.33% | - |
| HSV(B) | 192.99º | 0.73% | 0.52% | - |
| XYZ | 10.54 | 13.39 | 23.86 | - |
| YUV | 90.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 132 | 0.73 | 0.16 | 0 | 0.48 | 192.99 | 0.58 | 0.33 |
| Hex | 23 | 6F | 84 | 49 | 10 | 0 | 30 | C1 | 3A | 21 |
| Octal | 43 | 157 | 204 | 111 | 20 | 0 | 60 | 301 | 72 | 41 |
| Binary | 100011 | 1101111 | 10000100 | 1001001 | 10000 | 0 | 110000 | 11000001 | 111010 | 100001 |
Color Harmonies of #236F84
Complementary color
Monochromatic Colors of #236F84
Black with #236F84
Text Example
Text Example
White with #236F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236F84; }
p { color: rgb(35,111,132); }
H1.HeaderClassName
{
color: #236F84;
}
.AnyTagClassName
{
color: #236F84;
}
</style>
background-color css
<style>
a { background-color: #236F84; }
a { background-color: rgb(35,111,132); }
div.DivClassName
{
background-color: #236F84;
}
.BgClassName
{
background-color: #236F84;
}
</style>
border-color css
<style>
span { border-color: #236F84; }
span { border-color: rgb(35,111,132); }
td.TdClassName
{
border-color: #236F84;
}
.TagClassName
{
border-color: #236F84;
}
</style>