Shades of Astral #306C84
Tints of Astral #306C84
RGB
CMYK
RGB Variations
Color information
#306C84 (or 0x306C84) is known color: Astral. HEX triplet: 30, 6C and 84. RGB value is (48,108,132). Sum of RGB (Red+Green+Blue) = 48+108+132=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #306C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C84 is #CF937B. Grayscale: #5C5C5C. Windows color (decimal): -13603708 or 8678448. OLE color: 8678448.
HSL color Cylindrical-coordinate representation of color #306C84: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306C84 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 108 | 132 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.48 |
| HSL | 197.14º | 0.47% | 0.35% | - |
| HSV(B) | 197.14º | 0.64% | 0.52% | - |
| XYZ | 10.75 | 13.02 | 23.78 | - |
| YUV | 92.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 132 | 0.64 | 0.18 | 0 | 0.48 | 197.14 | 0.47 | 0.35 |
| Hex | 30 | 6C | 84 | 40 | 12 | 0 | 30 | C5 | 2F | 23 |
| Octal | 60 | 154 | 204 | 100 | 22 | 0 | 60 | 305 | 57 | 43 |
| Binary | 110000 | 1101100 | 10000100 | 1000000 | 10010 | 0 | 110000 | 11000101 | 101111 | 100011 |
Color Harmonies of #306C84
Complementary color
Monochromatic Colors of #306C84
Black with #306C84
Text Example
Text Example
White with #306C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C84; }
p { color: rgb(48,108,132); }
H1.HeaderClassName
{
color: #306C84;
}
.AnyTagClassName
{
color: #306C84;
}
</style>
background-color css
<style>
a { background-color: #306C84; }
a { background-color: rgb(48,108,132); }
div.DivClassName
{
background-color: #306C84;
}
.BgClassName
{
background-color: #306C84;
}
</style>
border-color css
<style>
span { border-color: #306C84; }
span { border-color: rgb(48,108,132); }
td.TdClassName
{
border-color: #306C84;
}
.TagClassName
{
border-color: #306C84;
}
</style>