Shades of Astral #306C92
Tints of Astral #306C92
RGB
CMYK
RGB Variations
Color information
#306C92 (or 0x306C92) is known color: Astral. HEX triplet: 30, 6C and 92. RGB value is (48,108,146). Sum of RGB (Red+Green+Blue) = 48+108+146=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #306C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C92 is #CF936D. Grayscale: #5E5E5E. Windows color (decimal): -13603694 or 9595952. OLE color: 9595952.
HSL color Cylindrical-coordinate representation of color #306C92: hue angle of 203.27º degrees, saturation: 0.51, 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 #306C92 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 108 | 146 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.43 |
| HSL | 203.27º | 0.51% | 0.38% | - |
| HSV(B) | 203.27º | 0.67% | 0.57% | - |
| XYZ | 11.77 | 13.43 | 29.17 | - |
| YUV | 94.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 146 | 0.67 | 0.26 | 0 | 0.43 | 203.27 | 0.51 | 0.38 |
| Hex | 30 | 6C | 92 | 43 | 1A | 0 | 2B | CB | 33 | 26 |
| Octal | 60 | 154 | 222 | 103 | 32 | 0 | 53 | 313 | 63 | 46 |
| Binary | 110000 | 1101100 | 10010010 | 1000011 | 11010 | 0 | 101011 | 11001011 | 110011 | 100110 |
Color Harmonies of #306C92
Complementary color
Monochromatic Colors of #306C92
Black with #306C92
Text Example
Text Example
White with #306C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C92; }
p { color: rgb(48,108,146); }
H1.HeaderClassName
{
color: #306C92;
}
.AnyTagClassName
{
color: #306C92;
}
</style>
background-color css
<style>
a { background-color: #306C92; }
a { background-color: rgb(48,108,146); }
div.DivClassName
{
background-color: #306C92;
}
.BgClassName
{
background-color: #306C92;
}
</style>
border-color css
<style>
span { border-color: #306C92; }
span { border-color: rgb(48,108,146); }
td.TdClassName
{
border-color: #306C92;
}
.TagClassName
{
border-color: #306C92;
}
</style>