Shades of Astral #306F8C
Tints of Astral #306F8C
RGB
CMYK
RGB Variations
Color information
#306F8C (or 0x306F8C) is known color: Astral. HEX triplet: 30, 6F and 8C. RGB value is (48,111,140). Sum of RGB (Red+Green+Blue) = 48+111+140=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #306F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F8C is #CF9073. Grayscale: #5F5F5F. Windows color (decimal): -13602932 or 9203504. OLE color: 9203504.
HSL color Cylindrical-coordinate representation of color #306F8C: hue angle of 198.91º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306F8C is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 111 | 140 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.45 |
| HSL | 198.91º | 0.49% | 0.37% | - |
| HSV(B) | 198.91º | 0.66% | 0.55% | - |
| XYZ | 11.64 | 13.89 | 26.88 | - |
| YUV | 95.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 140 | 0.66 | 0.21 | 0 | 0.45 | 198.91 | 0.49 | 0.37 |
| Hex | 30 | 6F | 8C | 42 | 15 | 0 | 2D | C7 | 31 | 25 |
| Octal | 60 | 157 | 214 | 102 | 25 | 0 | 55 | 307 | 61 | 45 |
| Binary | 110000 | 1101111 | 10001100 | 1000010 | 10101 | 0 | 101101 | 11000111 | 110001 | 100101 |
Color Harmonies of #306F8C
Complementary color
Monochromatic Colors of #306F8C
Black with #306F8C
Text Example
Text Example
White with #306F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F8C; }
p { color: rgb(48,111,140); }
H1.HeaderClassName
{
color: #306F8C;
}
.AnyTagClassName
{
color: #306F8C;
}
</style>
background-color css
<style>
a { background-color: #306F8C; }
a { background-color: rgb(48,111,140); }
div.DivClassName
{
background-color: #306F8C;
}
.BgClassName
{
background-color: #306F8C;
}
</style>
border-color css
<style>
span { border-color: #306F8C; }
span { border-color: rgb(48,111,140); }
td.TdClassName
{
border-color: #306F8C;
}
.TagClassName
{
border-color: #306F8C;
}
</style>