Shades of Astral #236D91
Tints of Astral #236D91
RGB
CMYK
RGB Variations
Color information
#236D91 (or 0x236D91) is known color: Astral. HEX triplet: 23, 6D and 91. RGB value is (35,109,145). Sum of RGB (Red+Green+Blue) = 35+109+145=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #236D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236D91 is #DC926E. Grayscale: #5A5A5A. Windows color (decimal): -14455407 or 9530659. OLE color: 9530659.
HSL color Cylindrical-coordinate representation of color #236D91: hue angle of 199.64º 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 #236D91 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 109 | 145 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.43 |
| HSL | 199.64º | 0.61% | 0.35% | - |
| HSV(B) | 199.64º | 0.76% | 0.57% | - |
| XYZ | 11.27 | 13.34 | 28.77 | - |
| YUV | 90.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 145 | 0.76 | 0.25 | 0 | 0.43 | 199.64 | 0.61 | 0.35 |
| Hex | 23 | 6D | 91 | 4C | 19 | 0 | 2B | C8 | 3D | 23 |
| Octal | 43 | 155 | 221 | 114 | 31 | 0 | 53 | 310 | 75 | 43 |
| Binary | 100011 | 1101101 | 10010001 | 1001100 | 11001 | 0 | 101011 | 11001000 | 111101 | 100011 |
Color Harmonies of #236D91
Complementary color
Monochromatic Colors of #236D91
Black with #236D91
Text Example
Text Example
White with #236D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D91; }
p { color: rgb(35,109,145); }
H1.HeaderClassName
{
color: #236D91;
}
.AnyTagClassName
{
color: #236D91;
}
</style>
background-color css
<style>
a { background-color: #236D91; }
a { background-color: rgb(35,109,145); }
div.DivClassName
{
background-color: #236D91;
}
.BgClassName
{
background-color: #236D91;
}
</style>
border-color css
<style>
span { border-color: #236D91; }
span { border-color: rgb(35,109,145); }
td.TdClassName
{
border-color: #236D91;
}
.TagClassName
{
border-color: #236D91;
}
</style>