Shades of Astral #2C678B
Tints of Astral #2C678B
RGB
CMYK
RGB Variations
Color information
#2C678B (or 0x2C678B) is known color: Astral. HEX triplet: 2C, 67 and 8B. RGB value is (44,103,139). Sum of RGB (Red+Green+Blue) = 44+103+139=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C678B is #D39874. Grayscale: #595959. Windows color (decimal): -13867125 or 9135916. OLE color: 9135916.
HSL color Cylindrical-coordinate representation of color #2C678B: hue angle of 202.74º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C678B is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 103 | 139 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.45 |
| HSL | 202.74º | 0.52% | 0.36% | - |
| HSV(B) | 202.74º | 0.68% | 0.55% | - |
| XYZ | 10.55 | 12.1 | 26.21 | - |
| YUV | 89.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 139 | 0.68 | 0.26 | 0 | 0.45 | 202.74 | 0.52 | 0.36 |
| Hex | 2C | 67 | 8B | 44 | 1A | 0 | 2D | CB | 34 | 24 |
| Octal | 54 | 147 | 213 | 104 | 32 | 0 | 55 | 313 | 64 | 44 |
| Binary | 101100 | 1100111 | 10001011 | 1000100 | 11010 | 0 | 101101 | 11001011 | 110100 | 100100 |
Color Harmonies of #2C678B
Complementary color
Monochromatic Colors of #2C678B
Black with #2C678B
Text Example
Text Example
White with #2C678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C678B; }
p { color: rgb(44,103,139); }
H1.HeaderClassName
{
color: #2C678B;
}
.AnyTagClassName
{
color: #2C678B;
}
</style>
background-color css
<style>
a { background-color: #2C678B; }
a { background-color: rgb(44,103,139); }
div.DivClassName
{
background-color: #2C678B;
}
.BgClassName
{
background-color: #2C678B;
}
</style>
border-color css
<style>
span { border-color: #2C678B; }
span { border-color: rgb(44,103,139); }
td.TdClassName
{
border-color: #2C678B;
}
.TagClassName
{
border-color: #2C678B;
}
</style>