Shades of Astral #306C83
Tints of Astral #306C83
RGB
CMYK
RGB Variations
Color information
#306C83 (or 0x306C83) is known color: Astral. HEX triplet: 30, 6C and 83. RGB value is (48,108,131). Sum of RGB (Red+Green+Blue) = 48+108+131=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #306C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C83 is #CF937C. Grayscale: #5C5C5C. Windows color (decimal): -13603709 or 8612912. OLE color: 8612912.
HSL color Cylindrical-coordinate representation of color #306C83: hue angle of 196.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306C83 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 108 | 131 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.49 |
| HSL | 196.63º | 0.46% | 0.35% | - |
| HSV(B) | 196.63º | 0.63% | 0.51% | - |
| XYZ | 10.68 | 12.99 | 23.42 | - |
| YUV | 92.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 131 | 0.63 | 0.18 | 0 | 0.49 | 196.63 | 0.46 | 0.35 |
| Hex | 30 | 6C | 83 | 3F | 12 | 0 | 31 | C5 | 2E | 23 |
| Octal | 60 | 154 | 203 | 77 | 22 | 0 | 61 | 305 | 56 | 43 |
| Binary | 110000 | 1101100 | 10000011 | 111111 | 10010 | 0 | 110001 | 11000101 | 101110 | 100011 |
Color Harmonies of #306C83
Complementary color
Monochromatic Colors of #306C83
Black with #306C83
Text Example
Text Example
White with #306C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C83; }
p { color: rgb(48,108,131); }
H1.HeaderClassName
{
color: #306C83;
}
.AnyTagClassName
{
color: #306C83;
}
</style>
background-color css
<style>
a { background-color: #306C83; }
a { background-color: rgb(48,108,131); }
div.DivClassName
{
background-color: #306C83;
}
.BgClassName
{
background-color: #306C83;
}
</style>
border-color css
<style>
span { border-color: #306C83; }
span { border-color: rgb(48,108,131); }
td.TdClassName
{
border-color: #306C83;
}
.TagClassName
{
border-color: #306C83;
}
</style>