Shades of Astral #306583
Tints of Astral #306583
RGB
CMYK
RGB Variations
Color information
#306583 (or 0x306583) is known color: Astral. HEX triplet: 30, 65 and 83. RGB value is (48,101,131). Sum of RGB (Red+Green+Blue) = 48+101+131=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #306583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306583 is #CF9A7C. Grayscale: #585858. Windows color (decimal): -13605501 or 8611120. OLE color: 8611120.
HSL color Cylindrical-coordinate representation of color #306583: hue angle of 201.69º 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 #306583 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 101 | 131 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.49 |
| HSL | 201.69º | 0.46% | 0.35% | - |
| HSV(B) | 201.69º | 0.63% | 0.51% | - |
| XYZ | 9.97 | 11.57 | 23.18 | - |
| YUV | 88.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 131 | 0.63 | 0.23 | 0 | 0.49 | 201.69 | 0.46 | 0.35 |
| Hex | 30 | 65 | 83 | 3F | 17 | 0 | 31 | CA | 2E | 23 |
| Octal | 60 | 145 | 203 | 77 | 27 | 0 | 61 | 312 | 56 | 43 |
| Binary | 110000 | 1100101 | 10000011 | 111111 | 10111 | 0 | 110001 | 11001010 | 101110 | 100011 |
Color Harmonies of #306583
Complementary color
Monochromatic Colors of #306583
Black with #306583
Text Example
Text Example
White with #306583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306583; }
p { color: rgb(48,101,131); }
H1.HeaderClassName
{
color: #306583;
}
.AnyTagClassName
{
color: #306583;
}
</style>
background-color css
<style>
a { background-color: #306583; }
a { background-color: rgb(48,101,131); }
div.DivClassName
{
background-color: #306583;
}
.BgClassName
{
background-color: #306583;
}
</style>
border-color css
<style>
span { border-color: #306583; }
span { border-color: rgb(48,101,131); }
td.TdClassName
{
border-color: #306583;
}
.TagClassName
{
border-color: #306583;
}
</style>