Shades of Astral #306F93
Tints of Astral #306F93
RGB
CMYK
RGB Variations
Color information
#306F93 (or 0x306F93) is known color: Astral. HEX triplet: 30, 6F and 93. RGB value is (48,111,147). Sum of RGB (Red+Green+Blue) = 48+111+147=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #306F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F93 is #CF906C. Grayscale: #606060. Windows color (decimal): -13602925 or 9662256. OLE color: 9662256.
HSL color Cylindrical-coordinate representation of color #306F93: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306F93 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 111 | 147 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.42 |
| HSL | 201.82º | 0.51% | 0.38% | - |
| HSV(B) | 201.82º | 0.67% | 0.58% | - |
| XYZ | 12.17 | 14.1 | 29.68 | - |
| YUV | 96.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 147 | 0.67 | 0.24 | 0 | 0.42 | 201.82 | 0.51 | 0.38 |
| Hex | 30 | 6F | 93 | 43 | 18 | 0 | 2A | CA | 33 | 26 |
| Octal | 60 | 157 | 223 | 103 | 30 | 0 | 52 | 312 | 63 | 46 |
| Binary | 110000 | 1101111 | 10010011 | 1000011 | 11000 | 0 | 101010 | 11001010 | 110011 | 100110 |
Color Harmonies of #306F93
Complementary color
Monochromatic Colors of #306F93
Black with #306F93
Text Example
Text Example
White with #306F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F93; }
p { color: rgb(48,111,147); }
H1.HeaderClassName
{
color: #306F93;
}
.AnyTagClassName
{
color: #306F93;
}
</style>
background-color css
<style>
a { background-color: #306F93; }
a { background-color: rgb(48,111,147); }
div.DivClassName
{
background-color: #306F93;
}
.BgClassName
{
background-color: #306F93;
}
</style>
border-color css
<style>
span { border-color: #306F93; }
span { border-color: rgb(48,111,147); }
td.TdClassName
{
border-color: #306F93;
}
.TagClassName
{
border-color: #306F93;
}
</style>