Shades of Astral #306883
Tints of Astral #306883
RGB
CMYK
RGB Variations
Color information
#306883 (or 0x306883) is known color: Astral. HEX triplet: 30, 68 and 83. RGB value is (48,104,131). Sum of RGB (Red+Green+Blue) = 48+104+131=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #306883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306883 is #CF977C. Grayscale: #5A5A5A. Windows color (decimal): -13604733 or 8611888. OLE color: 8611888.
HSL color Cylindrical-coordinate representation of color #306883: hue angle of 199.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306883 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 104 | 131 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.49 |
| HSL | 199.52º | 0.46% | 0.35% | - |
| HSV(B) | 199.52º | 0.63% | 0.51% | - |
| XYZ | 10.27 | 12.17 | 23.28 | - |
| YUV | 90.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 104 | 131 | 0.63 | 0.21 | 0 | 0.49 | 199.52 | 0.46 | 0.35 |
| Hex | 30 | 68 | 83 | 3F | 15 | 0 | 31 | C8 | 2E | 23 |
| Octal | 60 | 150 | 203 | 77 | 25 | 0 | 61 | 310 | 56 | 43 |
| Binary | 110000 | 1101000 | 10000011 | 111111 | 10101 | 0 | 110001 | 11001000 | 101110 | 100011 |
Color Harmonies of #306883
Complementary color
Monochromatic Colors of #306883
Black with #306883
Text Example
Text Example
White with #306883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306883; }
p { color: rgb(48,104,131); }
H1.HeaderClassName
{
color: #306883;
}
.AnyTagClassName
{
color: #306883;
}
</style>
background-color css
<style>
a { background-color: #306883; }
a { background-color: rgb(48,104,131); }
div.DivClassName
{
background-color: #306883;
}
.BgClassName
{
background-color: #306883;
}
</style>
border-color css
<style>
span { border-color: #306883; }
span { border-color: rgb(48,104,131); }
td.TdClassName
{
border-color: #306883;
}
.TagClassName
{
border-color: #306883;
}
</style>