Shades of Astral #2D6588
Tints of Astral #2D6588
RGB
CMYK
RGB Variations
Color information
#2D6588 (or 0x2D6588) is known color: Astral. HEX triplet: 2D, 65 and 88. RGB value is (45,101,136). Sum of RGB (Red+Green+Blue) = 45+101+136=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D6588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6588 is #D29A77. Grayscale: #585858. Windows color (decimal): -13802104 or 8938797. OLE color: 8938797.
HSL color Cylindrical-coordinate representation of color #2D6588: hue angle of 203.08º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D6588 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 101 | 136 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.47 |
| HSL | 203.08º | 0.5% | 0.35% | - |
| HSV(B) | 203.08º | 0.67% | 0.53% | - |
| XYZ | 10.18 | 11.64 | 25 | - |
| YUV | 88.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 136 | 0.67 | 0.26 | 0 | 0.47 | 203.08 | 0.5 | 0.35 |
| Hex | 2D | 65 | 88 | 43 | 1A | 0 | 2F | CB | 32 | 23 |
| Octal | 55 | 145 | 210 | 103 | 32 | 0 | 57 | 313 | 62 | 43 |
| Binary | 101101 | 1100101 | 10001000 | 1000011 | 11010 | 0 | 101111 | 11001011 | 110010 | 100011 |
Color Harmonies of #2D6588
Complementary color
Monochromatic Colors of #2D6588
Black with #2D6588
Text Example
Text Example
White with #2D6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6588; }
p { color: rgb(45,101,136); }
H1.HeaderClassName
{
color: #2D6588;
}
.AnyTagClassName
{
color: #2D6588;
}
</style>
background-color css
<style>
a { background-color: #2D6588; }
a { background-color: rgb(45,101,136); }
div.DivClassName
{
background-color: #2D6588;
}
.BgClassName
{
background-color: #2D6588;
}
</style>
border-color css
<style>
span { border-color: #2D6588; }
span { border-color: rgb(45,101,136); }
td.TdClassName
{
border-color: #2D6588;
}
.TagClassName
{
border-color: #2D6588;
}
</style>