Shades of Astral #306C91
Tints of Astral #306C91
RGB
CMYK
RGB Variations
Color information
#306C91 (or 0x306C91) is known color: Astral. HEX triplet: 30, 6C and 91. RGB value is (48,108,145). Sum of RGB (Red+Green+Blue) = 48+108+145=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #306C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C91 is #CF936E. Grayscale: #5E5E5E. Windows color (decimal): -13603695 or 9530416. OLE color: 9530416.
HSL color Cylindrical-coordinate representation of color #306C91: hue angle of 202.89º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306C91 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 108 | 145 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.43 |
| HSL | 202.89º | 0.5% | 0.38% | - |
| HSV(B) | 202.89º | 0.67% | 0.57% | - |
| XYZ | 11.69 | 13.4 | 28.76 | - |
| YUV | 94.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 145 | 0.67 | 0.26 | 0 | 0.43 | 202.89 | 0.5 | 0.38 |
| Hex | 30 | 6C | 91 | 43 | 1A | 0 | 2B | CB | 32 | 26 |
| Octal | 60 | 154 | 221 | 103 | 32 | 0 | 53 | 313 | 62 | 46 |
| Binary | 110000 | 1101100 | 10010001 | 1000011 | 11010 | 0 | 101011 | 11001011 | 110010 | 100110 |
Color Harmonies of #306C91
Complementary color
Monochromatic Colors of #306C91
Black with #306C91
Text Example
Text Example
White with #306C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C91; }
p { color: rgb(48,108,145); }
H1.HeaderClassName
{
color: #306C91;
}
.AnyTagClassName
{
color: #306C91;
}
</style>
background-color css
<style>
a { background-color: #306C91; }
a { background-color: rgb(48,108,145); }
div.DivClassName
{
background-color: #306C91;
}
.BgClassName
{
background-color: #306C91;
}
</style>
border-color css
<style>
span { border-color: #306C91; }
span { border-color: rgb(48,108,145); }
td.TdClassName
{
border-color: #306C91;
}
.TagClassName
{
border-color: #306C91;
}
</style>