Shades of Astral #2C6585
Tints of Astral #2C6585
RGB
CMYK
RGB Variations
Color information
#2C6585 (or 0x2C6585) is known color: Astral. HEX triplet: 2C, 65 and 85. RGB value is (44,101,133). Sum of RGB (Red+Green+Blue) = 44+101+133=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C6585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6585 is #D39A7A. Grayscale: #575757. Windows color (decimal): -13867643 or 8742188. OLE color: 8742188.
HSL color Cylindrical-coordinate representation of color #2C6585: hue angle of 201.57º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C6585 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 101 | 133 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.48 |
| HSL | 201.57º | 0.5% | 0.35% | - |
| HSV(B) | 201.57º | 0.67% | 0.52% | - |
| XYZ | 9.93 | 11.54 | 23.89 | - |
| YUV | 87.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 133 | 0.67 | 0.24 | 0 | 0.48 | 201.57 | 0.5 | 0.35 |
| Hex | 2C | 65 | 85 | 43 | 18 | 0 | 30 | CA | 32 | 23 |
| Octal | 54 | 145 | 205 | 103 | 30 | 0 | 60 | 312 | 62 | 43 |
| Binary | 101100 | 1100101 | 10000101 | 1000011 | 11000 | 0 | 110000 | 11001010 | 110010 | 100011 |
Color Harmonies of #2C6585
Complementary color
Monochromatic Colors of #2C6585
Black with #2C6585
Text Example
Text Example
White with #2C6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6585; }
p { color: rgb(44,101,133); }
H1.HeaderClassName
{
color: #2C6585;
}
.AnyTagClassName
{
color: #2C6585;
}
</style>
background-color css
<style>
a { background-color: #2C6585; }
a { background-color: rgb(44,101,133); }
div.DivClassName
{
background-color: #2C6585;
}
.BgClassName
{
background-color: #2C6585;
}
</style>
border-color css
<style>
span { border-color: #2C6585; }
span { border-color: rgb(44,101,133); }
td.TdClassName
{
border-color: #2C6585;
}
.TagClassName
{
border-color: #2C6585;
}
</style>