Shades of Allports #236482
Tints of Allports #236482
RGB
CMYK
RGB Variations
Color information
#236482 (or 0x236482) is known color: Allports. HEX triplet: 23, 64 and 82. RGB value is (35,100,130). Sum of RGB (Red+Green+Blue) = 35+100+130=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #236482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236482 is #DC9B7D. Grayscale: #535353. Windows color (decimal): -14457726 or 8545315. OLE color: 8545315.
HSL color Cylindrical-coordinate representation of color #236482: hue angle of 198.95º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #236482 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 100 | 130 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.49 |
| HSL | 198.95º | 0.58% | 0.32% | - |
| HSV(B) | 198.95º | 0.73% | 0.51% | - |
| XYZ | 9.28 | 11.08 | 22.77 | - |
| YUV | 83.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 130 | 0.73 | 0.23 | 0 | 0.49 | 198.95 | 0.58 | 0.32 |
| Hex | 23 | 64 | 82 | 49 | 17 | 0 | 31 | C7 | 3A | 20 |
| Octal | 43 | 144 | 202 | 111 | 27 | 0 | 61 | 307 | 72 | 40 |
| Binary | 100011 | 1100100 | 10000010 | 1001001 | 10111 | 0 | 110001 | 11000111 | 111010 | 100000 |
Color Harmonies of #236482
Complementary color
Monochromatic Colors of #236482
Black with #236482
Text Example
Text Example
White with #236482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236482; }
p { color: rgb(35,100,130); }
H1.HeaderClassName
{
color: #236482;
}
.AnyTagClassName
{
color: #236482;
}
</style>
background-color css
<style>
a { background-color: #236482; }
a { background-color: rgb(35,100,130); }
div.DivClassName
{
background-color: #236482;
}
.BgClassName
{
background-color: #236482;
}
</style>
border-color css
<style>
span { border-color: #236482; }
span { border-color: rgb(35,100,130); }
td.TdClassName
{
border-color: #236482;
}
.TagClassName
{
border-color: #236482;
}
</style>