Shades of Allports #246583
Tints of Allports #246583
RGB
CMYK
RGB Variations
Color information
#246583 (or 0x246583) is known color: Allports. HEX triplet: 24, 65 and 83. RGB value is (36,101,131). Sum of RGB (Red+Green+Blue) = 36+101+131=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #246583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246583 is #DB9A7C. Grayscale: #545454. Windows color (decimal): -14391933 or 8611108. OLE color: 8611108.
HSL color Cylindrical-coordinate representation of color #246583: hue angle of 198.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246583 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 101 | 131 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.49 |
| HSL | 198.95º | 0.57% | 0.33% | - |
| HSV(B) | 198.95º | 0.73% | 0.51% | - |
| XYZ | 9.48 | 11.32 | 23.16 | - |
| YUV | 84.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 131 | 0.73 | 0.23 | 0 | 0.49 | 198.95 | 0.57 | 0.33 |
| Hex | 24 | 65 | 83 | 49 | 17 | 0 | 31 | C7 | 39 | 21 |
| Octal | 44 | 145 | 203 | 111 | 27 | 0 | 61 | 307 | 71 | 41 |
| Binary | 100100 | 1100101 | 10000011 | 1001001 | 10111 | 0 | 110001 | 11000111 | 111001 | 100001 |
Color Harmonies of #246583
Complementary color
Monochromatic Colors of #246583
Black with #246583
Text Example
Text Example
White with #246583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246583; }
p { color: rgb(36,101,131); }
H1.HeaderClassName
{
color: #246583;
}
.AnyTagClassName
{
color: #246583;
}
</style>
background-color css
<style>
a { background-color: #246583; }
a { background-color: rgb(36,101,131); }
div.DivClassName
{
background-color: #246583;
}
.BgClassName
{
background-color: #246583;
}
</style>
border-color css
<style>
span { border-color: #246583; }
span { border-color: rgb(36,101,131); }
td.TdClassName
{
border-color: #246583;
}
.TagClassName
{
border-color: #246583;
}
</style>