Shades of Astral #306C87
Tints of Astral #306C87
RGB
CMYK
RGB Variations
Color information
#306C87 (or 0x306C87) is known color: Astral. HEX triplet: 30, 6C and 87. RGB value is (48,108,135). Sum of RGB (Red+Green+Blue) = 48+108+135=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #306C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C87 is #CF9378. Grayscale: #5C5C5C. Windows color (decimal): -13603705 or 8875056. OLE color: 8875056.
HSL color Cylindrical-coordinate representation of color #306C87: hue angle of 198.62º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306C87 is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 108 | 135 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.47 |
| HSL | 198.62º | 0.48% | 0.36% | - |
| HSV(B) | 198.62º | 0.64% | 0.53% | - |
| XYZ | 10.95 | 13.1 | 24.87 | - |
| YUV | 93.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 135 | 0.64 | 0.2 | 0 | 0.47 | 198.62 | 0.48 | 0.36 |
| Hex | 30 | 6C | 87 | 40 | 14 | 0 | 2F | C7 | 30 | 24 |
| Octal | 60 | 154 | 207 | 100 | 24 | 0 | 57 | 307 | 60 | 44 |
| Binary | 110000 | 1101100 | 10000111 | 1000000 | 10100 | 0 | 101111 | 11000111 | 110000 | 100100 |
Color Harmonies of #306C87
Complementary color
Monochromatic Colors of #306C87
Black with #306C87
Text Example
Text Example
White with #306C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C87; }
p { color: rgb(48,108,135); }
H1.HeaderClassName
{
color: #306C87;
}
.AnyTagClassName
{
color: #306C87;
}
</style>
background-color css
<style>
a { background-color: #306C87; }
a { background-color: rgb(48,108,135); }
div.DivClassName
{
background-color: #306C87;
}
.BgClassName
{
background-color: #306C87;
}
</style>
border-color css
<style>
span { border-color: #306C87; }
span { border-color: rgb(48,108,135); }
td.TdClassName
{
border-color: #306C87;
}
.TagClassName
{
border-color: #306C87;
}
</style>