Shades of Astral #237392
Tints of Astral #237392
RGB
CMYK
RGB Variations
Color information
#237392 (or 0x237392) is known color: Astral. HEX triplet: 23, 73 and 92. RGB value is (35,115,146). Sum of RGB (Red+Green+Blue) = 35+115+146=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #237392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237392 is #DC8C6D. Grayscale: #5E5E5E. Windows color (decimal): -14453870 or 9597731. OLE color: 9597731.
HSL color Cylindrical-coordinate representation of color #237392: hue angle of 196.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237392 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 115 | 146 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.43 |
| HSL | 196.76º | 0.61% | 0.35% | - |
| HSV(B) | 196.76º | 0.76% | 0.57% | - |
| XYZ | 12.01 | 14.69 | 29.4 | - |
| YUV | 94.61 | 157 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 146 | 0.76 | 0.21 | 0 | 0.43 | 196.76 | 0.61 | 0.35 |
| Hex | 23 | 73 | 92 | 4C | 15 | 0 | 2B | C5 | 3D | 23 |
| Octal | 43 | 163 | 222 | 114 | 25 | 0 | 53 | 305 | 75 | 43 |
| Binary | 100011 | 1110011 | 10010010 | 1001100 | 10101 | 0 | 101011 | 11000101 | 111101 | 100011 |
Color Harmonies of #237392
Complementary color
Monochromatic Colors of #237392
Black with #237392
Text Example
Text Example
White with #237392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237392; }
p { color: rgb(35,115,146); }
H1.HeaderClassName
{
color: #237392;
}
.AnyTagClassName
{
color: #237392;
}
</style>
background-color css
<style>
a { background-color: #237392; }
a { background-color: rgb(35,115,146); }
div.DivClassName
{
background-color: #237392;
}
.BgClassName
{
background-color: #237392;
}
</style>
border-color css
<style>
span { border-color: #237392; }
span { border-color: rgb(35,115,146); }
td.TdClassName
{
border-color: #237392;
}
.TagClassName
{
border-color: #237392;
}
</style>