Shades of Astral #246D92
Tints of Astral #246D92
RGB
CMYK
RGB Variations
Color information
#246D92 (or 0x246D92) is known color: Astral. HEX triplet: 24, 6D and 92. RGB value is (36,109,146). Sum of RGB (Red+Green+Blue) = 36+109+146=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #246D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D92 is #DB926D. Grayscale: #5B5B5B. Windows color (decimal): -14389870 or 9596196. OLE color: 9596196.
HSL color Cylindrical-coordinate representation of color #246D92: hue angle of 200.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246D92 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 109 | 146 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.43 |
| HSL | 200.18º | 0.6% | 0.36% | - |
| HSV(B) | 200.18º | 0.75% | 0.57% | - |
| XYZ | 11.38 | 13.39 | 29.18 | - |
| YUV | 91.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 146 | 0.75 | 0.25 | 0 | 0.43 | 200.18 | 0.6 | 0.36 |
| Hex | 24 | 6D | 92 | 4B | 19 | 0 | 2B | C8 | 3C | 24 |
| Octal | 44 | 155 | 222 | 113 | 31 | 0 | 53 | 310 | 74 | 44 |
| Binary | 100100 | 1101101 | 10010010 | 1001011 | 11001 | 0 | 101011 | 11001000 | 111100 | 100100 |
Color Harmonies of #246D92
Complementary color
Monochromatic Colors of #246D92
Black with #246D92
Text Example
Text Example
White with #246D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D92; }
p { color: rgb(36,109,146); }
H1.HeaderClassName
{
color: #246D92;
}
.AnyTagClassName
{
color: #246D92;
}
</style>
background-color css
<style>
a { background-color: #246D92; }
a { background-color: rgb(36,109,146); }
div.DivClassName
{
background-color: #246D92;
}
.BgClassName
{
background-color: #246D92;
}
</style>
border-color css
<style>
span { border-color: #246D92; }
span { border-color: rgb(36,109,146); }
td.TdClassName
{
border-color: #246D92;
}
.TagClassName
{
border-color: #246D92;
}
</style>