Shades of Astral #306F90
Tints of Astral #306F90
RGB
CMYK
RGB Variations
Color information
#306F90 (or 0x306F90) is known color: Astral. HEX triplet: 30, 6F and 90. RGB value is (48,111,144). Sum of RGB (Red+Green+Blue) = 48+111+144=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #306F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F90 is #CF906F. Grayscale: #5F5F5F. Windows color (decimal): -13602928 or 9465648. OLE color: 9465648.
HSL color Cylindrical-coordinate representation of color #306F90: hue angle of 200.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306F90 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 111 | 144 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.44 |
| HSL | 200.63º | 0.5% | 0.38% | - |
| HSV(B) | 200.63º | 0.67% | 0.56% | - |
| XYZ | 11.94 | 14.01 | 28.46 | - |
| YUV | 95.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 144 | 0.67 | 0.23 | 0 | 0.44 | 200.63 | 0.5 | 0.38 |
| Hex | 30 | 6F | 90 | 43 | 17 | 0 | 2C | C9 | 32 | 26 |
| Octal | 60 | 157 | 220 | 103 | 27 | 0 | 54 | 311 | 62 | 46 |
| Binary | 110000 | 1101111 | 10010000 | 1000011 | 10111 | 0 | 101100 | 11001001 | 110010 | 100110 |
Color Harmonies of #306F90
Complementary color
Monochromatic Colors of #306F90
Black with #306F90
Text Example
Text Example
White with #306F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F90; }
p { color: rgb(48,111,144); }
H1.HeaderClassName
{
color: #306F90;
}
.AnyTagClassName
{
color: #306F90;
}
</style>
background-color css
<style>
a { background-color: #306F90; }
a { background-color: rgb(48,111,144); }
div.DivClassName
{
background-color: #306F90;
}
.BgClassName
{
background-color: #306F90;
}
</style>
border-color css
<style>
span { border-color: #306F90; }
span { border-color: rgb(48,111,144); }
td.TdClassName
{
border-color: #306F90;
}
.TagClassName
{
border-color: #306F90;
}
</style>