Shades of Allports #236573
Tints of Allports #236573
RGB
CMYK
RGB Variations
Color information
#236573 (or 0x236573) is known color: Allports. HEX triplet: 23, 65 and 73. RGB value is (35,101,115). Sum of RGB (Red+Green+Blue) = 35+101+115=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #236573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236573 is #DC9A8C. Grayscale: #525252. Windows color (decimal): -14457485 or 7562531. OLE color: 7562531.
HSL color Cylindrical-coordinate representation of color #236573: hue angle of 190.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236573 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 101 | 115 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.55 |
| HSL | 190.5º | 0.53% | 0.29% | - |
| HSV(B) | 190.5º | 0.7% | 0.45% | - |
| XYZ | 8.44 | 10.9 | 17.88 | - |
| YUV | 82.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 115 | 0.70 | 0.12 | 0 | 0.55 | 190.5 | 0.53 | 0.29 |
| Hex | 23 | 65 | 73 | 46 | C | 0 | 37 | BE | 35 | 1D |
| Octal | 43 | 145 | 163 | 106 | 14 | 0 | 67 | 276 | 65 | 35 |
| Binary | 100011 | 1100101 | 1110011 | 1000110 | 1100 | 0 | 110111 | 10111110 | 110101 | 11101 |
Color Harmonies of #236573
Complementary color
Monochromatic Colors of #236573
Black with #236573
Text Example
Text Example
White with #236573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236573; }
p { color: rgb(35,101,115); }
H1.HeaderClassName
{
color: #236573;
}
.AnyTagClassName
{
color: #236573;
}
</style>
background-color css
<style>
a { background-color: #236573; }
a { background-color: rgb(35,101,115); }
div.DivClassName
{
background-color: #236573;
}
.BgClassName
{
background-color: #236573;
}
</style>
border-color css
<style>
span { border-color: #236573; }
span { border-color: rgb(35,101,115); }
td.TdClassName
{
border-color: #236573;
}
.TagClassName
{
border-color: #236573;
}
</style>