Shades of Astral #306D84
Tints of Astral #306D84
RGB
CMYK
RGB Variations
Color information
#306D84 (or 0x306D84) is known color: Astral. HEX triplet: 30, 6D and 84. RGB value is (48,109,132). Sum of RGB (Red+Green+Blue) = 48+109+132=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #306D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D84 is #CF927B. Grayscale: #5D5D5D. Windows color (decimal): -13603452 or 8678704. OLE color: 8678704.
HSL color Cylindrical-coordinate representation of color #306D84: hue angle of 196.43º 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 #306D84 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 109 | 132 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.48 |
| HSL | 196.43º | 0.47% | 0.35% | - |
| HSV(B) | 196.43º | 0.64% | 0.52% | - |
| XYZ | 10.85 | 13.23 | 23.81 | - |
| YUV | 93.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 132 | 0.64 | 0.17 | 0 | 0.48 | 196.43 | 0.47 | 0.35 |
| Hex | 30 | 6D | 84 | 40 | 11 | 0 | 30 | C4 | 2F | 23 |
| Octal | 60 | 155 | 204 | 100 | 21 | 0 | 60 | 304 | 57 | 43 |
| Binary | 110000 | 1101101 | 10000100 | 1000000 | 10001 | 0 | 110000 | 11000100 | 101111 | 100011 |
Color Harmonies of #306D84
Complementary color
Monochromatic Colors of #306D84
Black with #306D84
Text Example
Text Example
White with #306D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D84; }
p { color: rgb(48,109,132); }
H1.HeaderClassName
{
color: #306D84;
}
.AnyTagClassName
{
color: #306D84;
}
</style>
background-color css
<style>
a { background-color: #306D84; }
a { background-color: rgb(48,109,132); }
div.DivClassName
{
background-color: #306D84;
}
.BgClassName
{
background-color: #306D84;
}
</style>
border-color css
<style>
span { border-color: #306D84; }
span { border-color: rgb(48,109,132); }
td.TdClassName
{
border-color: #306D84;
}
.TagClassName
{
border-color: #306D84;
}
</style>