Shades of Astral #237993
Tints of Astral #237993
RGB
CMYK
RGB Variations
Color information
#237993 (or 0x237993) is known color: Astral. HEX triplet: 23, 79 and 93. RGB value is (35,121,147). Sum of RGB (Red+Green+Blue) = 35+121+147=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #237993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237993 is #DC866C. Grayscale: #626262. Windows color (decimal): -14452333 or 9664803. OLE color: 9664803.
HSL color Cylindrical-coordinate representation of color #237993: hue angle of 193.93º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237993 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 121 | 147 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.42 |
| HSL | 193.93º | 0.62% | 0.36% | - |
| HSV(B) | 193.93º | 0.76% | 0.58% | - |
| XYZ | 12.8 | 16.14 | 30.04 | - |
| YUV | 98.25 | 155.51 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 147 | 0.76 | 0.18 | 0 | 0.42 | 193.93 | 0.62 | 0.36 |
| Hex | 23 | 79 | 93 | 4C | 12 | 0 | 2A | C2 | 3E | 24 |
| Octal | 43 | 171 | 223 | 114 | 22 | 0 | 52 | 302 | 76 | 44 |
| Binary | 100011 | 1111001 | 10010011 | 1001100 | 10010 | 0 | 101010 | 11000010 | 111110 | 100100 |
Color Harmonies of #237993
Complementary color
Monochromatic Colors of #237993
Black with #237993
Text Example
Text Example
White with #237993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237993; }
p { color: rgb(35,121,147); }
H1.HeaderClassName
{
color: #237993;
}
.AnyTagClassName
{
color: #237993;
}
</style>
background-color css
<style>
a { background-color: #237993; }
a { background-color: rgb(35,121,147); }
div.DivClassName
{
background-color: #237993;
}
.BgClassName
{
background-color: #237993;
}
</style>
border-color css
<style>
span { border-color: #237993; }
span { border-color: rgb(35,121,147); }
td.TdClassName
{
border-color: #237993;
}
.TagClassName
{
border-color: #237993;
}
</style>