Shades of Astral #306C88
Tints of Astral #306C88
RGB
CMYK
RGB Variations
Color information
#306C88 (or 0x306C88) is known color: Astral. HEX triplet: 30, 6C and 88. RGB value is (48,108,136). Sum of RGB (Red+Green+Blue) = 48+108+136=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #306C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C88 is #CF9377. Grayscale: #5D5D5D. Windows color (decimal): -13603704 or 8940592. OLE color: 8940592.
HSL color Cylindrical-coordinate representation of color #306C88: hue angle of 199.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306C88 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 108 | 136 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.47 |
| HSL | 199.09º | 0.48% | 0.36% | - |
| HSV(B) | 199.09º | 0.65% | 0.53% | - |
| XYZ | 11.03 | 13.13 | 25.25 | - |
| YUV | 93.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 136 | 0.65 | 0.21 | 0 | 0.47 | 199.09 | 0.48 | 0.36 |
| Hex | 30 | 6C | 88 | 41 | 15 | 0 | 2F | C7 | 30 | 24 |
| Octal | 60 | 154 | 210 | 101 | 25 | 0 | 57 | 307 | 60 | 44 |
| Binary | 110000 | 1101100 | 10001000 | 1000001 | 10101 | 0 | 101111 | 11000111 | 110000 | 100100 |
Color Harmonies of #306C88
Complementary color
Monochromatic Colors of #306C88
Black with #306C88
Text Example
Text Example
White with #306C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C88; }
p { color: rgb(48,108,136); }
H1.HeaderClassName
{
color: #306C88;
}
.AnyTagClassName
{
color: #306C88;
}
</style>
background-color css
<style>
a { background-color: #306C88; }
a { background-color: rgb(48,108,136); }
div.DivClassName
{
background-color: #306C88;
}
.BgClassName
{
background-color: #306C88;
}
</style>
border-color css
<style>
span { border-color: #306C88; }
span { border-color: rgb(48,108,136); }
td.TdClassName
{
border-color: #306C88;
}
.TagClassName
{
border-color: #306C88;
}
</style>