Shades of Allports #236273
Tints of Allports #236273
RGB
CMYK
RGB Variations
Color information
#236273 (or 0x236273) is known color: Allports. HEX triplet: 23, 62 and 73. RGB value is (35,98,115). Sum of RGB (Red+Green+Blue) = 35+98+115=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #236273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236273 is #DC9D8C. Grayscale: #505050. Windows color (decimal): -14458253 or 7561763. OLE color: 7561763.
HSL color Cylindrical-coordinate representation of color #236273: hue angle of 192.75º 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 #236273 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 98 | 115 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.55 |
| HSL | 192.75º | 0.53% | 0.29% | - |
| HSV(B) | 192.75º | 0.7% | 0.45% | - |
| XYZ | 8.16 | 10.33 | 17.78 | - |
| YUV | 81.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 115 | 0.70 | 0.15 | 0 | 0.55 | 192.75 | 0.53 | 0.29 |
| Hex | 23 | 62 | 73 | 46 | F | 0 | 37 | C1 | 35 | 1D |
| Octal | 43 | 142 | 163 | 106 | 17 | 0 | 67 | 301 | 65 | 35 |
| Binary | 100011 | 1100010 | 1110011 | 1000110 | 1111 | 0 | 110111 | 11000001 | 110101 | 11101 |
Color Harmonies of #236273
Complementary color
Monochromatic Colors of #236273
Black with #236273
Text Example
Text Example
White with #236273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236273; }
p { color: rgb(35,98,115); }
H1.HeaderClassName
{
color: #236273;
}
.AnyTagClassName
{
color: #236273;
}
</style>
background-color css
<style>
a { background-color: #236273; }
a { background-color: rgb(35,98,115); }
div.DivClassName
{
background-color: #236273;
}
.BgClassName
{
background-color: #236273;
}
</style>
border-color css
<style>
span { border-color: #236273; }
span { border-color: rgb(35,98,115); }
td.TdClassName
{
border-color: #236273;
}
.TagClassName
{
border-color: #236273;
}
</style>