Shades of Astral #306B84
Tints of Astral #306B84
RGB
CMYK
RGB Variations
Color information
#306B84 (or 0x306B84) is known color: Astral. HEX triplet: 30, 6B and 84. RGB value is (48,107,132). Sum of RGB (Red+Green+Blue) = 48+107+132=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #306B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B84 is #CF947B. Grayscale: #5C5C5C. Windows color (decimal): -13603964 or 8678192. OLE color: 8678192.
HSL color Cylindrical-coordinate representation of color #306B84: hue angle of 197.86º 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 #306B84 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 107 | 132 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.48 |
| HSL | 197.86º | 0.47% | 0.35% | - |
| HSV(B) | 197.86º | 0.64% | 0.52% | - |
| XYZ | 10.64 | 12.81 | 23.74 | - |
| YUV | 92.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 132 | 0.64 | 0.19 | 0 | 0.48 | 197.86 | 0.47 | 0.35 |
| Hex | 30 | 6B | 84 | 40 | 13 | 0 | 30 | C6 | 2F | 23 |
| Octal | 60 | 153 | 204 | 100 | 23 | 0 | 60 | 306 | 57 | 43 |
| Binary | 110000 | 1101011 | 10000100 | 1000000 | 10011 | 0 | 110000 | 11000110 | 101111 | 100011 |
Color Harmonies of #306B84
Complementary color
Monochromatic Colors of #306B84
Black with #306B84
Text Example
Text Example
White with #306B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B84; }
p { color: rgb(48,107,132); }
H1.HeaderClassName
{
color: #306B84;
}
.AnyTagClassName
{
color: #306B84;
}
</style>
background-color css
<style>
a { background-color: #306B84; }
a { background-color: rgb(48,107,132); }
div.DivClassName
{
background-color: #306B84;
}
.BgClassName
{
background-color: #306B84;
}
</style>
border-color css
<style>
span { border-color: #306B84; }
span { border-color: rgb(48,107,132); }
td.TdClassName
{
border-color: #306B84;
}
.TagClassName
{
border-color: #306B84;
}
</style>