Shades of Astral #306F8F
Tints of Astral #306F8F
RGB
CMYK
RGB Variations
Color information
#306F8F (or 0x306F8F) is known color: Astral. HEX triplet: 30, 6F and 8F. RGB value is (48,111,143). Sum of RGB (Red+Green+Blue) = 48+111+143=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #306F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F8F is #CF9070. Grayscale: #5F5F5F. Windows color (decimal): -13602929 or 9400112. OLE color: 9400112.
HSL color Cylindrical-coordinate representation of color #306F8F: hue angle of 200.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306F8F is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 111 | 143 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.44 |
| HSL | 200.21º | 0.5% | 0.37% | - |
| HSV(B) | 200.21º | 0.66% | 0.56% | - |
| XYZ | 11.86 | 13.98 | 28.06 | - |
| YUV | 95.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 143 | 0.66 | 0.22 | 0 | 0.44 | 200.21 | 0.5 | 0.37 |
| Hex | 30 | 6F | 8F | 42 | 16 | 0 | 2C | C8 | 32 | 25 |
| Octal | 60 | 157 | 217 | 102 | 26 | 0 | 54 | 310 | 62 | 45 |
| Binary | 110000 | 1101111 | 10001111 | 1000010 | 10110 | 0 | 101100 | 11001000 | 110010 | 100101 |
Color Harmonies of #306F8F
Complementary color
Monochromatic Colors of #306F8F
Black with #306F8F
Text Example
Text Example
White with #306F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F8F; }
p { color: rgb(48,111,143); }
H1.HeaderClassName
{
color: #306F8F;
}
.AnyTagClassName
{
color: #306F8F;
}
</style>
background-color css
<style>
a { background-color: #306F8F; }
a { background-color: rgb(48,111,143); }
div.DivClassName
{
background-color: #306F8F;
}
.BgClassName
{
background-color: #306F8F;
}
</style>
border-color css
<style>
span { border-color: #306F8F; }
span { border-color: rgb(48,111,143); }
td.TdClassName
{
border-color: #306F8F;
}
.TagClassName
{
border-color: #306F8F;
}
</style>