Shades of Astral #237A91
Tints of Astral #237A91
RGB
CMYK
RGB Variations
Color information
#237A91 (or 0x237A91) is known color: Astral. HEX triplet: 23, 7A and 91. RGB value is (35,122,145). Sum of RGB (Red+Green+Blue) = 35+122+145=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #237A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237A91 is #DC856E. Grayscale: #626262. Windows color (decimal): -14452079 or 9533987. OLE color: 9533987.
HSL color Cylindrical-coordinate representation of color #237A91: hue angle of 192.55º 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 #237A91 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 122 | 145 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.43 |
| HSL | 192.55º | 0.61% | 0.35% | - |
| HSV(B) | 192.55º | 0.76% | 0.57% | - |
| XYZ | 12.76 | 16.32 | 29.27 | - |
| YUV | 98.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 145 | 0.76 | 0.16 | 0 | 0.43 | 192.55 | 0.61 | 0.35 |
| Hex | 23 | 7A | 91 | 4C | 10 | 0 | 2B | C1 | 3D | 23 |
| Octal | 43 | 172 | 221 | 114 | 20 | 0 | 53 | 301 | 75 | 43 |
| Binary | 100011 | 1111010 | 10010001 | 1001100 | 10000 | 0 | 101011 | 11000001 | 111101 | 100011 |
Color Harmonies of #237A91
Complementary color
Monochromatic Colors of #237A91
Black with #237A91
Text Example
Text Example
White with #237A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A91; }
p { color: rgb(35,122,145); }
H1.HeaderClassName
{
color: #237A91;
}
.AnyTagClassName
{
color: #237A91;
}
</style>
background-color css
<style>
a { background-color: #237A91; }
a { background-color: rgb(35,122,145); }
div.DivClassName
{
background-color: #237A91;
}
.BgClassName
{
background-color: #237A91;
}
</style>
border-color css
<style>
span { border-color: #237A91; }
span { border-color: rgb(35,122,145); }
td.TdClassName
{
border-color: #237A91;
}
.TagClassName
{
border-color: #237A91;
}
</style>